Skip to content

Commit

Permalink
Restyle badges
Browse files Browse the repository at this point in the history
Move license section to badge
  • Loading branch information
mdvorscak committed Jan 16, 2018
1 parent 1dc4ff7 commit aac8159
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# cloak.js
**A small AOP/Proxy/Wrapper library with a fluent interface**

[![Build Status][travis-image]][travis-url] [![Coveralls Status][coveralls-image]][coveralls-url]
[![Build Status][travis-image]][travis-url] [![Coveralls Status][coveralls-image]][coveralls-url] [![license][license-image]][license-url]

# Basic examples
```js
Expand Down Expand Up @@ -31,11 +31,11 @@ or
# Documentation
To learn more checkout the [documentation page](docs/README.md)

# License
MIT - [view the full license here](LICENSE)

[travis-url]: https://travis-ci.org/mdvorscak/cloakjs
[travis-image]: https://travis-ci.org/mdvorscak/cloakjs.svg?branch=master
[travis-image]: https://img.shields.io/travis/mdvorscak/cloakjs/master.svg?style=flat-square

[coveralls-url]: https://coveralls.io/r/mdvorscak/cloakjs?branch=master
[coveralls-image]: https://coveralls.io/repos/mdvorscak/cloakjs/badge.svg?branch=master
[coveralls-image]: https://img.shields.io/coveralls/github/mdvorscak/cloakjs/master.svg?style=flat-square

[license-url]: LICENSE
[license-image]: https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square

0 comments on commit aac8159

Please sign in to comment.