Skip to content

Commit 53760e4

Browse files
authored
Merge pull request #395 from GrahamCampbell/patch-1
We actually use PSR-4
2 parents 311cf10 + 60eae62 commit 53760e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Now we can use autoloader from Composer by:
4242
}
4343
```
4444

45-
> `php-github-api` follows the PSR-0 convention names for its classes, which means you can easily integrate `php-github-api` classes loading in your own autoloader.
45+
> `php-github-api` follows the PSR-4 convention names for its classes, which means you can easily integrate `php-github-api` classes loading in your own autoloader.
4646
4747
## Using Laravel?
4848

0 commit comments

Comments
 (0)