diff --git a/README.md b/README.md index 8832816..de97fc4 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ export interface DDB { } ``` -> Notice that you can have multiple tables in the DDB schema. You can also have nested attributes in the table. +> Notice that you can have multiple tables in the DDB schema. Nested attributes are supported too. 2. Create a DynamoDB document client: