File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change
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 )
1
6
[ ![ Software License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square )] ( LICENSE )
2
7
3
8
# Title Text Formatter
@@ -8,7 +13,9 @@ A simple to use text formatter, primarily used for page/blog titles.
8
13
9
14
Via Composer
10
15
11
- $ composer require spartz/text-formatter
16
+ "require": {
17
+ "spartz/text-formatter": "~1.0"
18
+ }
12
19
13
20
## Usage
14
21
You can’t perform that action at this time.
0 commit comments