فهرست منبع

fix documentation

Thomas Rabaix 13 سال پیش
والد
کامیت
cd146313ce
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Resources/doc/reference/installation.rst

+ 1 - 1
Resources/doc/reference/installation.rst

@@ -45,6 +45,6 @@ files:
     // autoload.php
     $loader->registerNamespaces(array(
         // ...
-        'simplethings'      => __dir__.'/../vendor/bundles',
+        'SimpleThings'      => __DIR__.'/../vendor/bundles',
         // ...
     ));