Update README

This commit is contained in:
Nicolas Dextraze 2017-11-08 13:06:16 -08:00
parent a5807483a2
commit 8997a8c398

View File

@ -26,6 +26,13 @@ Install using `npm install node-eventstore-client`
- Node.js >= 4.0 - Node.js >= 4.0
- Modules: [long](https://www.npmjs.org/package/long), [protobufjs](https://www.npmjs.org/package/protobufjs), [uuid](https://www.npmjs.org/package/uuid) (installed via `npm install`) - Modules: [long](https://www.npmjs.org/package/long), [protobufjs](https://www.npmjs.org/package/protobufjs), [uuid](https://www.npmjs.org/package/uuid) (installed via `npm install`)
### Install & run an Eventstore on localhost
See https://eventstore.org/docs/introduction/4.0.2/
*Note: If you are using a version of EventStore prior to 3.9.4, you need to use version 0.1.x of this package `npm install node-eventstore-client@^0.1`.*
### API Documentation ### API Documentation
#### Offline #### Offline
@ -35,11 +42,7 @@ The offline documentation can be found in the module folder `./node_modules/node
#### Online #### Online
The online documentation can be found at [https://dev.nicdex.com/node-eventstore-client/docs/](https://dev.nicdex.com/node-eventstore-client/docs/) The online documentation can be found at [https://dev.nicdex.com/node-eventstore-client/docs/](https://dev.nicdex.com/node-eventstore-client/docs/)
### Install & run an Eventstore on localhost
See http://docs.geteventstore.com/introduction/3.9.0/ .
### Example: Storing an event ### Example: Storing an event
Save to ```app.js:``` Save to ```app.js:```