Skip to content

Commit 2185db5

Browse files
authored
docs(readme): fix small typos
1 parent ab7175c commit 2185db5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors)
88

99

10-
A dynamoDB client which provides an easy to use fluent api to execute requests. It supports typescript decorators, to define the necessary metadata for your models. You don't need to care about the mapping of javascript types to their dynamo types any more. We got you covered.
10+
A DynamoDB client which provides an easy to use fluent api to execute requests. It supports TypeScript decorators to define the necessary metadata for your models. You don't need to care about the mapping of JavaScript types to their DynamoDB types any more. We've got you covered.
1111

1212
Built with :heart: by [shiftcode](https://www.shiftcode.ch).
1313

@@ -33,10 +33,10 @@ personStore
3333

3434
```
3535

36-
## Ressources
36+
## Resources
3737
- 🤓 Learn more visiting the [docs](https://shiftcode.gitbook.io/dynamo-easy)
3838
- 📖 Checkout the technical API documentation [api docs](https://shiftcode.github.io/dynamo-easy/)
39-
- 🚀 Check the running sample on [Stackblitz](https://stackblitz.com/edit/dynamo-easy-node-sample)
39+
- 🚀 Check the running sample on [StackBlitz](https://stackblitz.com/edit/dynamo-easy-node-sample)
4040
- [demo git repository](https://github.com/shiftcode/dynamo-easy-demo)
4141

4242
## Credits

0 commit comments

Comments
 (0)