Skip to content

Commit

Permalink
Fixed composer require command path
Browse files Browse the repository at this point in the history
Don't know much about composer, but the back-slash fails for me on Ubuntu 15.04, while the forward-slash succeeds.
  • Loading branch information
twomice authored Jan 7, 2017
1 parent 68f2456 commit fef739f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cv pop /path/to/pop.yml

Pop is also available via composer:

`composer require michaelmcandrew\pop`
`composer require michaelmcandrew/pop`

## Syntax

Expand Down

0 comments on commit fef739f

Please sign in to comment.