From 766568fd45f1c064ca5b3e29dc1d1697542a4a33 Mon Sep 17 00:00:00 2001 From: Pierre Tomasina Date: Mon, 17 Jul 2017 01:19:58 +0200 Subject: [PATCH] Fix usage import from npm --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fba630..e580f84 100644 --- a/README.md +++ b/README.md @@ -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 = {