Skip to content

Commit

Permalink
Fix: Readme Autoloader hint
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Körner authored Sep 20, 2017
1 parent 2ad7fca commit cb88958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The easiest way to install this library is through [composer](http://getcomposer
}
```

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.
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.


## Usage
Expand Down

0 comments on commit cb88958

Please sign in to comment.