From 88df807508915a209e0677593e9bc8cf79d90432 Mon Sep 17 00:00:00 2001 From: Richard Shephard Date: Thu, 16 May 2019 11:59:56 +0200 Subject: [PATCH] Update documentation for strict-event-emitter-types dependency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c0b59a..4c8746b 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Install using `npm install node-eventstore-client` ### Dependencies - 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), [strict-event-emitter-types](https://www.npmjs.com/package/strict-event-emitter-types) (installed via `npm install`) ### Install and run an Eventstore on localhost