Skip to content

Commit

Permalink
fix(readme): update highlights section
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Mar 12, 2017
1 parent 484f3a0 commit a1b2fd8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .verb.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ You might also be interested in [mitt][] - a 200 bytes event emitter. It has str
to stay exactly below 200b with no compromises, so has lack of support
for few things and that's why `dush` exists.

## Highlights
## Highlights :sparkles:

- **Microscopic:** Around ~350 bytes gzip + minify, including the UMD wrapper.
- **Functional:** Methods don't rely on `this` context.
- **Extensible:** Through simple plugins, for more customizations and wrappers.
- **Modern:** Work on latest JavaScript versions, but on Node.js 0.10 too.
- **Extensible:** Through simple plugins, for more customizations.
- **Compatibility:** Almost like Node's EventEmitter.
- **Compliant:** Can `.emit` events with multiple params.
- **Chaining:** Support all methods to be chainable.
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ You might also be interested in [mitt][] - a 200 bytes event emitter. It has str
to stay exactly below 200b with no compromises, so has lack of support
for few things and that's why `dush` exists.

## Highlights
## Highlights :sparkles:

- **Microscopic:** Around ~350 bytes gzip + minify, including the UMD wrapper.
- **Functional:** Methods don't rely on `this` context.
- **Extensible:** Through simple plugins, for more customizations and wrappers.
- **Modern:** Work on latest JavaScript versions, but on Node.js 0.10 too.
- **Extensible:** Through simple plugins, for more customizations.
- **Compatibility:** Almost like Node's EventEmitter.
- **Compliant:** Can `.emit` events with multiple params.
- **Chaining:** Support all methods to be chainable.
Expand Down

0 comments on commit a1b2fd8

Please sign in to comment.