From cb88958cec2d3cca823a72b991608739afc852a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20K=C3=B6rner?= Date: Wed, 20 Sep 2017 09:42:07 +0200 Subject: [PATCH] Fix: Readme Autoloader hint --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3416f64..7c22e2e 100644 --- a/README.md +++ b/README.md @@ -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