From 9652e0d8a948ebf4534dd59afe2b47a07fc2128d Mon Sep 17 00:00:00 2001 From: Damian Kowalewski Date: Mon, 14 Sep 2015 11:50:16 -0700 Subject: [PATCH] make sure new files mention Arduino SDK instead of Embedded SDK --- CONTRIBUTING.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f7217a6..7a6e7b7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/README.md b/README.md index bf67772..c428a83 100644 --- a/README.md +++ b/README.md @@ -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.