Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
xiepeng committed Jan 20, 2012
1 parent a8e0568 commit dc625c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -88,9 +88,9 @@ Get an item by its key: Color="white" and Weight="2". Ask for the "Name" attribu

### [BatchGetItem] (http://docs.amazonwebservices.com/amazondynamodb/latest/developerguide/API_BatchGetItems.html "reference on aws")
Get multiple items by their keys. Ask for the "Name" attribute also.
*Color="white" and Weight="2";
*Color="blue" and Weight="5";
*Color="red" and Weight="3";
* Color="white" and Weight="2";
* Color="blue" and Weight="5";
* Color="red" and Weight="3";

dynamoDB.batchGetItem(
{"RequestItems":
Expand Down

0 comments on commit dc625c0

Please sign in to comment.