Skip to content

Commit 96b36d6

Browse files
authored
Merge pull request dynamodb-toolbox#61 from michaelmerrill/patch-1
Fix README.md
2 parents 92fe18f + 3fe0b80 commit 96b36d6

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
@@ -319,7 +319,7 @@ const { Entity } = require('dynamodb-toolbox')
319319
Then create a new `Entity` instance by passing in a valid `Entity` definition.
320320

321321
```javascript
322-
const MyEntity = new Table({
322+
const MyEntity = new Entity({
323323
... entity definition...
324324
})
325325
```

0 commit comments

Comments
 (0)