Skip to content

Commit

Permalink
Update README to version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
keyvanakbary committed Dec 27, 2014
1 parent 1d2a455 commit 2fa17b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

[![Build Status](https://secure.travis-ci.org/keyvanakbary/slugifier.svg?branch=master)](http://travis-ci.org/keyvanakbary/slugifier)

Just a simple and clean implementation for creating [slugs](http://en.wikipedia.org/wiki/Semantic_URL#Slug)
Just a simple and clean implementation for creating [slugs](http://en.wikipedia.org/wiki/Semantic_URL#Slug).

## Setup and Configuration
Add the following to your `composer.json` file
```json
{
"require": {
"keyvanakbary/slugifier": "*"
"keyvanakbary/slugifier": "~1.0"
}
}
```
Expand Down

0 comments on commit 2fa17b1

Please sign in to comment.