Skip to content

Commit

Permalink
initial import
Browse files Browse the repository at this point in the history
  • Loading branch information
openhoat committed Oct 2, 2016
1 parent 5e49631 commit 3811f34
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 @@ -37,7 +37,7 @@ Look at the examples in optionalDependencies of [package.json](https://github.co

Create an entity and get it back : [example1](https://github.com/openhoat/anystore/tree/master/samples/example1.js)

```
```javascript
const Anystore = require('anystore');

const store = new Anystore.stores.MemoryStore(); // Default memory store provided for test purpose
Expand Down

0 comments on commit 3811f34

Please sign in to comment.