Skip to content

Commit e43f8ab

Browse files
author
Jasdeep Khalsa
committed
Updated readme.md
1 parent 1516d6c commit e43f8ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Once you've successfully installed PHPUnit Skeleton, you'll probably want to cus
3939
### How do I change the name of the application? ###
4040
Once you have the name of your application which we shall refer to as `YourApp`, then do the following:
4141

42-
1. First you have to change the entry `Application` in the `composer.json` file to `YourApp`:
42+
1. First you have to change the entry `Application` in the `composer.json` file to `YourApp` under the object `psr-0`:
4343

4444
> {
4545
> "require-dev": {
@@ -49,7 +49,7 @@ Once you have the name of your application which we shall refer to as `YourApp`,
4949
> },
5050
> "autoload": {
5151
> "psr-0": {
52-
> "`YourApp`": "lib/"
52+
> "YourApp": "lib/"
5353
> }
5454
> }
5555
> }

0 commit comments

Comments
 (0)