Skip to content

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
Fix small typo.
  • Loading branch information
michaelmerrill committed Jun 12, 2020
1 parent 2de1a1c commit 3fe0b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ const { Entity } = require('dynamodb-toolbox')
Then create a new `Entity` instance by passing in a valid `Entity` definition.

```javascript
const MyEntity = new Table({
const MyEntity = new Entity({
... entity definition...
})
```
Expand Down

0 comments on commit 3fe0b80

Please sign in to comment.