Skip to content

Commit 86e1127

Browse files
authored
Merge pull request dynamodb-toolbox#116 from lgandecki/patch-1
fixed typo in README
2 parents 07ef3f5 + 9734022 commit 86e1127

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
@@ -1262,4 +1262,4 @@ let results = await MyEntity.update(item, {}, {
12621262
<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">
12631263
12641264
## Contributions and Feedback
1265-
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).
1265+
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)