Skip to content

Commit

Permalink
fix license link
Browse files Browse the repository at this point in the history
  • Loading branch information
schwarzkopfb committed Aug 1, 2016
1 parent c612d54 commit d95befe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -3,7 +3,7 @@
[![node version](https://img.shields.io/badge/node-%3E=0.8-brightgreen.svg?style=flat-square)](https://nodejs.org/download)
[![build status](https://img.shields.io/travis/schwarzkopfb/extw.svg?style=flat-square)](https://travis-ci.org/schwarzkopfb/extw)
[![test coverage](https://img.shields.io/coveralls/schwarzkopfb/extw.svg?style=flat-square)](https://coveralls.io/github/schwarzkopfb/extw)
[![license](https://img.shields.io/npm/l/express.svg?style=flat-square)](https://github.com/schwarzkopfb/extw/blob/development/LICENSE)
[![license](https://img.shields.io/npm/l/extw.svg?style=flat-square)](https://github.com/schwarzkopfb/extw/blob/development/LICENSE)

# extw

Expand Down Expand Up @@ -58,4 +58,4 @@ With npm:

## License

[MIT](https://github.com/schwarzkopfb/extw/blob/master/LICENSE)
[MIT](/LICENSE)
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "extw",
"version": "1.2.0",
"version": "1.2.1",
"description": "Extract words from a given string.",
"main": "index.js",
"files": [ "index.js" ],
Expand Down

0 comments on commit d95befe

Please sign in to comment.