Skip to content
This repository was archived by the owner on May 25, 2019. It is now read-only.

Commit 36562ed

Browse files
committed
docs(README): add badges
1 parent 6a71a02 commit 36562ed

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# UI.Codemirror directive [![Build Status](https://travis-ci.org/angular-ui/ui-codemirror.png)](https://travis-ci.org/angular-ui/ui-codemirror)
1+
# UI.Codemirror directive [![Build Status][travis-image]][travis-url] [![Code Climate][codeclimate-image]][codeclimate-url]
22

33
This directive allows you to add [CodeMirror](http://codemirror.net/) to your textarea elements.
44

@@ -167,3 +167,8 @@ grunt dist build:bower
167167
```
168168

169169
it will put the final files in the _'dist'_ folder and a sample of the bower tag output in the _'out/built/bower'_ folder.
170+
171+
[travis-url]: https://travis-ci.org/ModuleLoader/es6-module-loader
172+
[travis-image]: https://travis-ci.org/angular-ui/ui-codemirror.svg?branch=master
173+
[codeclimate-url]: https://codeclimate.com/github/angular-ui/ui-codemirror
174+
[codeclimate-image]: https://codeclimate.com/github/angular-ui/ui-codemirror/badges/gpa.svg

0 commit comments

Comments
 (0)