Skip to content

Commit 29e64a7

Browse files
authored
Update README.md
1 parent 4d46c19 commit 29e64a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@ Installation & usage
44
--------------------
55
1. Create your library
66
```bash
7-
$ composer create-project elodgy/library-template my-library
7+
$ composer create-project benjaminmal/library-template my-library
88
```
99

1010
2. Modify composer.json to fit with your library
1111

1212
```json
1313
{
14-
"name": "elodgy/my-library",
14+
"name": "my-org/my-library",
1515
"description": "My library",
1616
"type": "library",
1717
"autoload": {
1818
"psr-4": {
19-
"Elodgy\\MyLibrary\\": "lib/"
19+
"MyNamespace\\MyLibrary\\": "lib/"
2020
}
2121
},
2222
"autoload-dev": {
2323
"psr-4": {
24-
"Elodgy\\MyLibrary\\Tests\\": "tests/"
24+
"MyNamespace\\MyLibrary\\Tests\\": "tests/"
2525
}
2626
}
2727
}

0 commit comments

Comments
 (0)