Skip to content

Commit

Permalink
Merge branch 'master' of github.com:albe/node-event-storage
Browse files Browse the repository at this point in the history
  • Loading branch information
albe committed Jul 15, 2018
2 parents 6750332 + c115f28 commit f7d41c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[![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)
[![Code Climate](https://codeclimate.com/github/albe/node-event-storage/badges/gpa.svg)](https://codeclimate.com/github/albe/node-event-storage)
[![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)
[![dependencies Status](https://david-dm.org/albe/node-event-storage/status.svg)](https://david-dm.org/albe/node-event-storage)
[![devDependencies Status](https://david-dm.org/albe/node-event-storage/dev-status.svg)](https://david-dm.org/albe/node-event-storage?type=dev)

# node-event-storage

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

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

0 comments on commit f7d41c7

Please sign in to comment.