Skip to content

Commit

Permalink
Improve alt text
Browse files Browse the repository at this point in the history
  • Loading branch information
timdp committed Jul 10, 2016
1 parent 49133f4 commit f78f818
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
@@ -1,6 +1,6 @@
# event-registry

[![npm](https://img.shields.io/npm/v/event-registry.svg)](https://www.npmjs.com/package/event-registry) [![Dependencies](https://img.shields.io/david/timdp/event-registry.svg)](https://david-dm.org/timdp/event-registry) [![Build Status](https://img.shields.io/travis/timdp/event-registry/master.svg?label=travis+build)](https://travis-ci.org/timdp/event-registry) [![Build Status](https://img.shields.io/appveyor/ci/timdp/event-registry/master.svg?label=appveyor+build)](https://ci.appveyor.com/project/timdp/event-registry) [![Coverage Status](https://img.shields.io/coveralls/timdp/event-registry/master.svg)](https://coveralls.io/r/timdp/event-registry) [![JavaScript Standard Style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/feross/standard)
[![npm](https://img.shields.io/npm/v/event-registry.svg)](https://www.npmjs.com/package/event-registry) [![Dependencies](https://img.shields.io/david/timdp/event-registry.svg)](https://david-dm.org/timdp/event-registry) [![Travis Build Status](https://img.shields.io/travis/timdp/event-registry/master.svg?label=travis+build)](https://travis-ci.org/timdp/event-registry) [![AppVeyor Build Status](https://img.shields.io/appveyor/ci/timdp/event-registry/master.svg?label=appveyor+build)](https://ci.appveyor.com/project/timdp/event-registry) [![Coverage Status](https://img.shields.io/coveralls/timdp/event-registry/master.svg)](https://coveralls.io/r/timdp/event-registry) [![JavaScript Standard Style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/feross/standard)

Keeps track of EventEmitter listeners and automatically removes them upon
selected events. Useful when you want to avoid EventEmitter memory leaks caused
Expand Down

0 comments on commit f78f818

Please sign in to comment.