Skip to content

Commit 10c0de2

Browse files
author
Damian Kowalewski
committed
Merge pull request #1 from mtl2034/master
make sure new files mention Arduino SDK instead of Embedded SDK
2 parents 5458040 + 9652e0d commit 10c0de2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributing to Parse Embedded SDKs
1+
# Contributing to Parse Arduino SDK
22
We want to make contributing to this project as easy and transparent as possible.
33

44
## Pull Requests

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ These SDKs let you use [Parse](https://www.parse.com/) for building Internet of
1313
* Send [push notifications](https://www.parse.com/products/push) to your connected devices.
1414

1515
* Securely access your app's data from connected devices.
16-
* All communication between your connected device's Embedded SDK and the Parse Cloud, including push notifications, is protected by SSL encryption.
16+
* All communication between your connected device's Arduino SDK and the Parse Cloud, including push notifications, is protected by SSL encryption.
1717
* 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.
1818

1919
* 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.

0 commit comments

Comments
 (0)