From 5b9858353a6ec5a82244e9223c0e92e69158ad13 Mon Sep 17 00:00:00 2001 From: Jason Cooke Date: Mon, 19 Aug 2019 10:58:16 +1200 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.