Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanblazevic committed Sep 17, 2017
1 parent 8f7d246 commit efcdec0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#textural.js#
##A javascript library for formatting and manipulating text.##

[![Build Status](https://travis-ci.org/ivanblazevic/textural-js.svg?branch=master)](https://travis-ci.org/ivanblazevic/textural-js)
[![Coverage Status](https://coveralls.io/repos/ivanblazevic/textural-js/badge.svg?branch=master&service=github)](https://coveralls.io/github/ivanblazevic/textural-js?branch=master)
[![Build Status](https://travis-ci.org/ivanblazevic/textural-js.svg?branch=master)](https://travis-ci.org/ivanblazevic/textural-js)
[![Coverage Status](https://coveralls.io/repos/ivanblazevic/textural-js/badge.svg?branch=master&service=github)](https://coveralls.io/github/ivanblazevic/textural-js?branch=master)
<img src="https://david-dm.org/ivanblazevic/textural-js.svg"/>


Expand Down Expand Up @@ -135,7 +135,7 @@ Note: you can use upper, lower and capitalize prefix for any kind of format, e.g
<pre><code>// example_text</code></pre>


<h2>http://www.texturaljs.com</h2>
<a>http://ivanblazevic.github.io/textural-js/</a>



Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "textural-js",
"version": "0.1.5",
"version": "0.1.6",
"description": "A javascript library for formatting and manipulating text.",
"main": "gulpfile.js",
"scripts": {
Expand Down

0 comments on commit efcdec0

Please sign in to comment.