Skip to content

Commit

Permalink
Merge pull request #225 from alfredkoncsag/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
JackPriceBurns authored Sep 30, 2020
2 parents e5290d8 + 387a5e9 commit ae85c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ DynamoDb::table('articles')
->scan(); // supports any DynamoDbClient methods (e.g. batchWriteItem, batchGetItem, etc.)
DynamoDb::table('articles')
->setIndex('author_name')
->setIndexName('author_name')
->setKeyConditionExpression('#name = :name')
->setProjectionExpression('id, author_name')
// Can set the attribute mapping one by one instead
Expand Down

0 comments on commit ae85c92

Please sign in to comment.