From c03e8b1aa988065ff279db9ad3997f99abfada72 Mon Sep 17 00:00:00 2001 From: tunnckoCore Date: Tue, 22 Mar 2016 19:49:24 +0200 Subject: [PATCH] update description --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97e63b7..625cb29 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # [async-simple-iterator][author-www-url] [![npmjs.com][npmjs-img]][npmjs-url] [![The MIT License][license-img]][license-url] -> Making simple iterator for [async][] lib that adds support for settling (continue iteration after first error) and beforeEach/afterEach/error hooks. It also emits `beforeEach`, `afterEach` and `error` events. +> Making simple iterator for [async][] lib that adds beforeEach, afterEach, error hooks and support for settling. It also emits `beforeEach`, `afterEach` and `error` events. [![code climate][codeclimate-img]][codeclimate-url] [![standard code style][standard-img]][standard-url] [![travis build status][travis-img]][travis-url] [![coverage status][coveralls-img]][coveralls-url] [![dependency status][david-img]][david-url] diff --git a/package.json b/package.json index 18cbea6..6c81a77 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "async-simple-iterator", "version": "0.1.1", - "description": "Making simple iterator for [async][] lib that adds support for settling (continue iteration after first error) and beforeEach/afterEach/error hooks. It also emits `beforeEach`, `afterEach` and `error` events.", + "description": "Making simple iterator for [async][] lib that adds beforeEach, afterEach, error hooks and support for settling. It also emits `beforeEach`, `afterEach` and `error` events.", "repository": "tunnckoCore/async-simple-iterator", "author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)", "precommit.silent": true,