Skip to content

Commit

Permalink
fix license badge
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Feb 16, 2017
1 parent 82daef6 commit a47567f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ List ADT specification code bricks for Javascript. Parent is
listspec.test( "My list implementation" , MyListConstructor ) ;
```

[![NPM license](https://img.shields.io/npm/l/@aureooms/js-list-spec.svg?style=flat)](https://raw.githubusercontent.com/aureooms/js-list-spec/master/LICENSE)
[![License](https://img.shields.io/github/license/aureooms/js-list-spec.svg?style=flat)](https://raw.githubusercontent.com/aureooms/js-list-spec/master/LICENSE)
[![NPM version](https://img.shields.io/npm/v/@aureooms/js-list-spec.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-list-spec)
[![Bower version](https://img.shields.io/bower/v/@aureooms/js-list-spec.svg?style=flat)](http://bower.io/search/?q=@aureooms/js-list-spec)
[![Build Status](https://img.shields.io/travis/aureooms/js-list-spec.svg?style=flat)](https://travis-ci.org/aureooms/js-list-spec)
Expand Down

0 comments on commit a47567f

Please sign in to comment.