diff --git a/README.md b/README.md index 63828f8..29bb8be 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ dynasaur A DynamoDB ORM for Node.js -It aims to provide a few added features that most people will want from a DynamoDB tool. These things include a Mongoose inspired way of doing things, periodic S3 backups, multi-indexing (clones data to seperate tables, having different indexes on each) and more. +It aims to provide a few added features that most people will want from a DynamoDB tool. These things include a Mongoose inspired way of doing things, periodic S3 backups, multi-indexing (clones data to separate tables, having different indexes on each) and more. For now it provides a simple way to interact with DynamoDB and create/read rows in the table. More features coming.