diff --git a/README.md b/README.md index 80004f8..5121426 100644 --- a/README.md +++ b/README.md @@ -9,20 +9,11 @@ Dynamite is a promise-based DynamoDB client. It was created to address performan ## Running Tests -Currently, Dynamite runs tests against the [Fake -Dynamo](https://github.com/ananthakumaran/fake_dynamo) Ruby gem. To install the gem: - - $ gem install fake_dynamo - -To run the service, with an optional log level of `debug` (show everything) on port 4567, run the following in a different terminal window or as a background process: - - $ fake_dynamo -l debug -p 4567 - Ensure that all of the required node modules are installed in the Dynamite directory by first running: $ npm install -The tests will be run against the `fake_dynamo` service running on port `4567`. Currently, there is no way to change the port without modifying the connection code in `test/utils/TestUtils.js`. To run the tests: +The tests will be run against a `LocalDynamo` service. Currently, there is no way to change the port without modifying the connection code in `test/utils/TestUtils.js`. To run the tests: $ npm test diff --git a/package.json b/package.json index 7e01ca0..5e4774f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dynamite", "description": "promise-based DynamoDB client", - "version": "0.7.2", + "version": "0.7.3", "homepage": "https://github.com/Medium/dynamite", "license": "Apache-2.0", "authors": [