Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Commit

Permalink
Fix usage import from npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierozi authored Jul 16, 2017
1 parent 47b28a3 commit 766568f
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 @@ -46,7 +46,7 @@ The run method can accept 3 optional arguments:
```javascript
'use strict'

const DyKi = require('../src/main');
const DyKi = require('dyki');
const tableName = 'env.project.dynamodb.table'; //Related to your ARN name
const streamName = 'env.project.kinesis.stream'; //Related to your ARN name
const startKey = {
Expand Down

0 comments on commit 766568f

Please sign in to comment.