Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
therewillbecode committed Oct 2, 2016
1 parent d09cce0 commit 76e4c30
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ Map multiple regular expressions to one or more strings
[![Coverage Status](https://coveralls.io/repos/github/therewillbecode/regexmap/badge.svg?branch=master)](https://coveralls.io/github/therewillbecode/regexmap?branch=master)


## Installation

```bash
$ npm install regexmap
```


```js
const regexmap = require("regexmap");

Expand All @@ -31,12 +38,6 @@ regexmap(regexObject, stringToMatch);
}
```

## Installation

```bash
$ npm install regexmap
```


### Matching an array of strings to multiple regexps

Expand Down

0 comments on commit 76e4c30

Please sign in to comment.