Skip to content

Commit

Permalink
fix(readme): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KlausTrainer committed Sep 27, 2016
1 parent bc819a2 commit 12bb04e
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 @@ -135,7 +135,7 @@ const options = {
dynamodb: dynamoDBOptions // required AWS configuration
}

const db = levelup('tableName', options) // the DynaoDB table name will
const db = levelup('tableName', options) // the DynamoDB table name will
// be '7461626c654e616d65'
```

Expand Down

0 comments on commit 12bb04e

Please sign in to comment.