Typo in user_guide

This commit is contained in:
Deathart 2017-11-02 15:24:14 +01:00 committed by GitHub
parent 4d8b6e1361
commit db2ebc461a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ directory in the main project root::
/tests
/writable
Open **/application\Config\Autoload.php** and add the **Acme** namespace to the ``psr4`` array property::
Open **application/Config/Autoload.php** and add the **Acme** namespace to the ``psr4`` array property::
public $psr4 = [
'Acme' => ROOTPATH.'acme'