Skip to content

Commit

Permalink
Readme update for packagist usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
TCB13 committed Sep 11, 2017
1 parent e6934e2 commit cc31d30
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This library extends and adds SubString functionality to `danielstjules/Stringy`

[![Build Status](https://api.travis-ci.org/tcb13/SubStringy.svg?branch=master)](https://travis-ci.org/tcb13/SubStringy)

* [Requiring/Loading](#requiringloading)
* [Installation](#installation)
* [OO and Chaining](#oo-and-chaining)
* [Use as a Trait](#use-as-a-trait)
* [Implemented Interfaces](#implemented-interfaces)
Expand All @@ -21,20 +21,13 @@ This library extends and adds SubString functionality to `danielstjules/Stringy`
* [Tests](#tests)
* [License](#license)

## Requiring/Loading
## Installation

If you're using Composer to manage dependencies, you can include the following
in your composer.json file:

```json
{
"repositories":
[
{
"type": "vcs",
"url": "https://github.com/tcb13/SubStringy/"
}
],
"require": {
"danielstjules/stringy": "^3.1",
"tcb13/substringy": "dev-master"
Expand Down

0 comments on commit cc31d30

Please sign in to comment.