Skip to content

Commit cb88958

Browse files
author
Florian Körner
authored
Fix: Readme Autoloader hint
1 parent 2ad7fca commit cb88958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The easiest way to install this library is through [composer](http://getcomposer
4040
}
4141
```
4242

43-
Another way would be to download this library and configure the autoloading yourself. This library relies on a [PSR-0](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md) compatible autoloader for automatic class loading.
43+
Another way would be to download this library and configure the autoloading yourself. This library relies on a [PSR-4](http://www.php-fig.org/psr/psr-4/) compatible autoloader for automatic class loading.
4444

4545

4646
## Usage

0 commit comments

Comments
 (0)