Skip to content

Commit

Permalink
Fix readme travis link
Browse files Browse the repository at this point in the history
  • Loading branch information
neronmoon committed Sep 4, 2018
1 parent 9ea6b0e commit 4286d20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# scriptsdev for [Composer](https://github.com/composer/composer) ![Build status](https://travis-ci.org/neronmoon/scriptsdev.svg?branch=master)
# scriptsdev for [Composer](https://github.com/composer/composer) [![Build Status](https://travis-ci.org/neronmoon/scriptsdev.svg?branch=master)](https://travis-ci.org/neronmoon/scriptsdev)
It's like require-dev, but for scripts
## Installation
## Installation
Just run `composer require neronmoon/scriptsdev --dev`

## Usage
Expand Down Expand Up @@ -28,4 +28,4 @@ After installing you able to add extra.scripts-dev directive in your `composer.j
"post-update-cmd": "php ./someCoolCommand.php"
}
...
```
```

0 comments on commit 4286d20

Please # to comment.