Browse Source

Add better description to readme

pull/2/head
Luke Childs 7 years ago
parent
commit
6b999fc01f
  1. 4
      README.md

4
README.md

@ -6,6 +6,10 @@
[![Coverage Status](https://coveralls.io/repos/github/lukechilds/requireable/badge.svg?branch=master)](https://coveralls.io/github/lukechilds/requireable?branch=master)
[![npm](https://img.shields.io/npm/v/requireable.svg)](https://www.npmjs.com/package/requireable)
Mocks the require command to include the current package when the the `name` from the current packages `package.json` is required.
Especially useful in tests if you want to require the package you're testing by name rather than relative paths.
## Install
```shell

Loading…
Cancel
Save