Skip to content

Commit 606ab7e

Browse files
committed
updated readme
1 parent 5d3af82 commit 606ab7e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
[![Build Status](https://img.shields.io/travis/SpartzInc/text-formatter.svg?style=flat-square)](https://travis-ci.org/SpartzInc/text-formatter)
2+
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/SpartzInc/text-formatter.svg?style=flat-square)](https://scrutinizer-ci.com/g/SpartzInc/text-formatter/code-structure/)
3+
[![Code Quality](https://img.shields.io/scrutinizer/g/SpartzInc/text-formatter.svg?style=flat-square)](https://scrutinizer-ci.com/g/SpartzInc/text-formatter/)
4+
[![Code Climate](https://img.shields.io/codeclimate/github/SpartzInc/text-formatter.svg?style=flat-square)](https://codeclimate.com/github/SpartzInc/text-formatter)
5+
[![Latest Version](https://img.shields.io/github/release/SpartzInc/text-formatter.svg?style=flat-square)](https://github.com/SpartzInc/text-formatter/releases)
16
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
27

38
# Title Text Formatter
@@ -8,7 +13,9 @@ A simple to use text formatter, primarily used for page/blog titles.
813

914
Via Composer
1015

11-
$ composer require spartz/text-formatter
16+
"require": {
17+
"spartz/text-formatter": "~1.0"
18+
}
1219

1320
## Usage
1421

0 commit comments

Comments
 (0)