Skip to content

Commit

Permalink
fix(svg): SVG icons in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Jul 17, 2017
1 parent 3d7a152 commit cc8b7e2
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ for unit testing
[![NPM][console-pop-icon] ][console-pop-url]

[![Build status][console-pop-ci-image] ][console-pop-ci-url]
[![dependencies][console-pop-dependencies-image] ][console-pop-dependencies-url]
[![devdependencies][console-pop-devdependencies-image] ][console-pop-devdependencies-url]

## Example

Expand All @@ -26,8 +24,8 @@ assert(/success/i.test(str), 'program reports success')
Author: Gleb Bahmutov © 2014

* [@bahmutov](https://twitter.com/bahmutov)
* [glebbahmutov.com](http://glebbahmutov.com)
* [blog](http://bahmutov.calepin.co/)
* [glebbahmutov.com](https://glebbahmutov.com)
* [blog](https://glebbahmutov.com/blog/)

License: MIT - do anything with the code, but don't blame me if it does not work.

Expand All @@ -36,11 +34,7 @@ Spread the word: tweet, star on github, etc.
Support: if you find any problems with this module, email / tweet /
[open issue](https://github.com/bahmutov/console-pop/issues) on Github

[console-pop-icon]: https://nodei.co/npm/console-pop.png?downloads=true
[console-pop-icon]: https://nodei.co/npm/console-pop.svg?downloads=true
[console-pop-url]: https://npmjs.org/package/console-pop
[console-pop-ci-image]: https://travis-ci.org/bahmutov/console-pop.png?branch=master
[console-pop-ci-image]: https://travis-ci.org/bahmutov/console-pop.svg?branch=master
[console-pop-ci-url]: https://travis-ci.org/bahmutov/console-pop
[console-pop-dependencies-image]: https://david-dm.org/bahmutov/console-pop.png
[console-pop-dependencies-url]: https://david-dm.org/bahmutov/console-pop
[console-pop-devdependencies-image]: https://david-dm.org/bahmutov/console-pop/dev-status.png
[console-pop-devdependencies-url]: https://david-dm.org/bahmutov/console-pop#info=devDependencies

0 comments on commit cc8b7e2

Please sign in to comment.