Skip to content

Commit

Permalink
Merge pull request aws-amplify#1 from appwiz/patch-1
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
undefobj authored Nov 18, 2017
2 parents ddaf5c9 + bd570aa commit 9c9d9f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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';
Expand Down

0 comments on commit 9c9d9f9

Please sign in to comment.