Skip to content

Commit

Permalink
Fix the README.md CS
Browse files Browse the repository at this point in the history
by @slaFFik_UA request.
  • Loading branch information
wppunk authored Oct 14, 2021
1 parent 8973f11 commit ae565b5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ composer require wppunk/wpautoload
Then add to the `composer.json`:
```
{
...
"extra": {
"wp-autoload": {
"\\Name\\Space\\": "src"
}
},
...
...
"extra": {
"wp-autoload": {
"\\Name\\Space\\": "src"
}
},
...
}
```
Where key it is namespace and value it is the folder name.
Expand Down

0 comments on commit ae565b5

Please sign in to comment.