Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Contributing to Parse Embedded SDKs
# Contributing to Parse Arduino SDK
We want to make contributing to this project as easy and transparent as possible.

## Pull Requests
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ These SDKs let you use [Parse](https://www.parse.com/) for building Internet of
* Send [push notifications](https://www.parse.com/products/push) to your connected devices.

* Securely access your app's data from connected devices.
* All communication between your connected device's Embedded SDK and the Parse Cloud, including push notifications, is protected by SSL encryption.
* All communication between your connected device's Arduino SDK and the Parse Cloud, including push notifications, is protected by SSL encryption.
* You can protect user data with [Access Control Lists (ACLs)](https://www.parse.com/docs/data#security-objects) so it can only be accessed with that user's session token.

* Perform complex application logic in [Parse Cloud Code](https://www.parse.com/docs/cloud_code_guide), so you can minimize the memory footprint of your app on your connected device.
Expand Down