Skip to content

Commit

Permalink
Merge pull request #2 from BackEndTea/patch-1
Browse files Browse the repository at this point in the history
Fix composer example in readme
  • Loading branch information
moufmouf committed Jan 17, 2019
2 parents 2b11a7c + 7b265fb commit 6017ee7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -35,11 +35,11 @@ Imagine your `composer.json` looks like this:
"require" : {
"mouf/classname-mapper": "~1.0"
},
"autoload" : {
"psr-4" : {
"Acme\\" : "src/"
}
}
"autoload" : {
"psr-4" : {
"Acme\\" : "src/"
}
}
}
```

Expand Down

0 comments on commit 6017ee7

Please sign in to comment.