From 3fdf3509ec1d5ce1c006d3d3596f9c5f9c4fec72 Mon Sep 17 00:00:00 2001 From: Dabit Date: Wed, 24 Apr 2019 21:16:58 -0700 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7803bd..2daca23 100644 --- a/README.md +++ b/README.md @@ -634,7 +634,7 @@ To add the index, open the [AppSync Console](https://console.aws.amazon.com/apps From here, click on the __Indexes__ tab & click __Create index__. -For the __partition key__, input `userId` to create a `userId-index` Index name & click __Create index__. +For the __Partition key__, input `userId` to create a `userId-index` Index name & click __Create index__. Next, we'll update the resolver for adding pets & querying for pets.