Skip to content

Commit 60eae62

Browse files
We actually use PSR-4
1 parent 311cf10 commit 60eae62

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)