From fef739fb0edac05181ba2f6df4802859be17bd4f Mon Sep 17 00:00:00 2001 From: twomice Date: Sat, 7 Jan 2017 16:59:47 -0600 Subject: [PATCH] Fixed composer `require` command path Don't know much about composer, but the back-slash fails for me on Ubuntu 15.04, while the forward-slash succeeds. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d225ba1..91e8171 100644 --- a/README.md +++ b/README.md @@ -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