Skip to content

Commit 9734022

Browse files
authored
fixed typo in README
I used this readme a few times to copy and paste the example, and every time I was surprised that it seemingly didn't work :)
1 parent a191839 commit 9734022

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ You can then get the data:
104104
let item = {
105105
id: 123,
106106
status: 'active',
107-
date_added: '2019-04-24'
107+
date_added: '2020-04-24'
108108
}
109109

110110
// Use the 'get' method of Customer
@@ -1261,4 +1261,4 @@ let results = await MyEntity.update(item, {}, {
12611261
<IMG SRC="https://ad.doubleclick.net/ddm/trackimp/N1116303.3950900PODSEARCH.COM/B24770737.285235234;dc_trk_aid=479074825;dc_trk_cid=139488579;ord=[timestamp];dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;tfua=;gdpr=${GDPR};gdpr_consent=${GDPR_CONSENT_755}?" BORDER="0" HEIGHT="1" WIDTH="1" ALT="Advertisement">
12621262
12631263
## Contributions and Feedback
1264-
Contributions, ideas and bug reports are welcome and greatly appreciated. Please add [issues](https://github.com/jeremydaly/dynamodb-toolbox/issues) for suggestions and bug reports or create a pull request. You can also contact me on Twitter: [@jeremy_daly](https://twitter.com/jeremy_daly).
1264+
Contributions, ideas and bug reports are welcome and greatly appreciated. Please add [issues](https://github.com/jeremydaly/dynamodb-toolbox/issues) for suggestions and bug reports or create a pull request. You can also contact me on Twitter: [@jeremy_daly](https://twitter.com/jeremy_daly).

0 commit comments

Comments
 (0)