From bd570aa9699d5b2dd37d23a46836cbbb67ae3e11 Mon Sep 17 00:00:00 2001 From: Rohan Deshpande Date: Fri, 17 Nov 2017 19:21:04 -0800 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b9f53e29c3..74a0677d496 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # AWS Amplify -AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications. The library is a declaritive interface across different categories of operations in order to make common tasks easier to add into your application. The default implementation works with Amazon Web Services (AWS) resources but is designed to be open and pluggable for usage with other cloud services that wish to provide an implementation or custom backends. +AWS Amplify is a JavaScript library for frontend and mobile developers building cloud-enabled applications. The library is a declarative interface across different categories of operations in order to make common tasks easier to add into your application. The default implementation works with Amazon Web Services (AWS) resources but is designed to be open and pluggable for usage with other cloud services that wish to provide an implementation or custom backends. * [Installation](#installation) - [Web Development](#web-development) @@ -40,7 +40,7 @@ npm install aws-amplify-react-native ### 1. Collect user session metrics -By default AWS Amplify can send +By default, AWS Amplify can send ``` import Amplify, { Analytics } from 'aws-amplify';