From c95a0ab51e7b9ef3d83944a0fb403835da749511 Mon Sep 17 00:00:00 2001 From: Ficadiere Yoan Date: Tue, 8 Jan 2019 22:32:21 +0100 Subject: [PATCH] Update README.md Use commande sls plugin install --name serverless-dynamodb-local close #174 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13db9d68..3a936753 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ serverless-dynamodb-local * Table Creation for DynamoDB Local ## Install Plugin -`npm install --save serverless-dynamodb-local` +`sls plugin install --name serverless-dynamodb-local` Then in `serverless.yml` add following entry to the plugins array: `serverless-dynamodb-local` ```yml