Skip to content

Commit 8f78815

Browse files
committed
Update README
1 parent dc625c0 commit 8f78815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Get multiple items by their keys. Ask for the "Name" attribute also.
109109
});
110110

111111
### [UpdateTable] (http://docs.amazonwebservices.com/amazondynamodb/latest/developerguide/API_UpdateTable.html "reference on aws")
112-
Update a table and change it write capacity units from 10 (the original setting when the table was created) to 5. The process involves Amazon DynamoDB re-distributing the data. So it will take some time before you can update the same table again.
112+
Update a table and change its write capacity units from 10 (the original setting when the table was created) to 5. The process involves Amazon DynamoDB re-distributing the data. So it will take some time before you can update the same table again.
113113

114114
dynamoDB.updateTable(
115115
{"TableName":"Table1",

0 commit comments

Comments
 (0)