Skip to content

Commit f7d41c7

Browse files
committed
Merge branch 'master' of github.com:albe/node-event-storage
2 parents 6750332 + c115f28 commit f7d41c7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[![Build Status](https://travis-ci.org/albe/node-event-storage.svg?branch=master)](https://travis-ci.org/albe/node-event-storage) [![npm version](https://badge.fury.io/js/event-storage.svg)](https://badge.fury.io/js/event-storage)
22
[![Code Climate](https://codeclimate.com/github/albe/node-event-storage/badges/gpa.svg)](https://codeclimate.com/github/albe/node-event-storage)
33
[![Coverage Status](https://coveralls.io/repos/github/albe/node-event-storage/badge.svg?branch=master)](https://coveralls.io/github/albe/node-event-storage?branch=master)
4+
[![dependencies Status](https://david-dm.org/albe/node-event-storage/status.svg)](https://david-dm.org/albe/node-event-storage)
5+
[![devDependencies Status](https://david-dm.org/albe/node-event-storage/dev-status.svg)](https://david-dm.org/albe/node-event-storage?type=dev)
46

57
# node-event-storage
68

@@ -248,4 +250,4 @@ Currently the `hmacSecret` is an optional parameter defaulting to an empty strin
248250
specify an own unique random secret for this in production.
249251

250252
Alternatively you should always explicitly specify your matchers when opening an existing index, since that will
251-
check that the specified matcher matches the one in the index file.
253+
check that the specified matcher matches the one in the index file.

0 commit comments

Comments
 (0)