Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
Added npm module version badge [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
lazd committed Feb 6, 2014
1 parent 4e6ba18 commit 47260ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PseudoClass [![Build status][travis-image]][travis] [![Code coverage status][coveralls-image]][coveralls]
# PseudoClass [![NPM version][npm-image]][npm-url] [![Build status][travis-image]][travis] [![Code coverage status][coveralls-image]][coveralls]
> An OOP framework for Node.js and the browser
#### Sweet syntactic sugar for prototypal inheritance.
Expand Down Expand Up @@ -179,3 +179,6 @@ PseudoClass is licensed under the permissive BSD license.

[travis]: http://travis-ci.org/lazd/PseudoClass
[travis-image]: https://secure.travis-ci.org/lazd/PseudoClass.png?branch=master

[npm-url]: https://npmjs.org/package/pseudoclass
[npm-image]: https://badge.fury.io/js/pseudoclass.png

0 comments on commit 47260ed

Please sign in to comment.