From 834415432b0022ec07b0cb02ec5f61cee16dcb80 Mon Sep 17 00:00:00 2001 From: Uchitha Rajapaksha Date: Thu, 15 Jun 2017 12:10:13 +0530 Subject: [PATCH] Create README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc1a8a8..361fa24 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ This library works as a wrapper for AWS DynamoDB Local, intended for use in devo Usage example -``` +```javascript var dynamodbLocal = require("dynamodb-localhost"); dynamodbLocal.install(); /* This is one time operation. Safe to execute multiple times which installs DynamoDB once. All the other methods depends on this. */ dynamodbLocal.start({port: 8000}); @@ -71,4 +71,4 @@ You can also contribute by writing. Feel free to let us know if you want to publ ## Credits -Bunch of thanks to doapp-ryanp who started [dynamodb-local](https://github.com/doapp-ryanp/dynamodb-local) project \ No newline at end of file +Bunch of thanks to doapp-ryanp who started [dynamodb-local](https://github.com/doapp-ryanp/dynamodb-local) project