Skip to content

Commit

Permalink
Update installation instructions after adding library to Packagist
Browse files Browse the repository at this point in the history
  • Loading branch information
yhoiseth committed Aug 6, 2016
1 parent 88f6105 commit cb7894e
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,8 @@ StringyInflector helps you capitalize personal names by checking against a list


## Installation
Add the following to your `composer.json`:

```json
"require": {
"yhoiseth/stringy-inflector": "0.0.3"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/yhoiseth/StringyInflector"
}
],
```shell
composer require yhoiseth/stringy-inflector
```

## Usage
Expand Down

0 comments on commit cb7894e

Please sign in to comment.