diff --git a/README.md b/README.md index 6ce6318..945a4d7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # requireable -> Enables a module to require itself by name in tests +> Enables a module to require itself by name [![Build Status](https://travis-ci.org/lukechilds/requireable.svg?branch=master)](https://travis-ci.org/lukechilds/requireable) [![Coverage Status](https://coveralls.io/repos/github/lukechilds/requireable/badge.svg?branch=master)](https://coveralls.io/github/lukechilds/requireable?branch=master) diff --git a/package.json b/package.json index 8694c91..0392b18 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "requireable", "version": "1.0.0", - "description": "Enables a module to require itself by name in tests", + "description": "Enables a module to require itself by name", "main": "src/index.js", "scripts": { "test": "xo && nyc ava",