diff --git a/Documentation/En/Index.xyl b/Documentation/En/Index.xyl index 67fbcff..e3bfaee 100644 --- a/Documentation/En/Index.xyl +++ b/Documentation/En/Index.xyl @@ -641,7 +641,8 @@ var_dump($rl->readLine('> ')); Each value computed by the iterator must be an object of type SplFileInfo. Thus, to auto-complete all the files and directories from the - hoa://Library/Console/ root, we will write:

+ hoa://Library/Console/ + root, we will write:

$rl->setAutocompleter(
     new Hoa\Console\Readline\Autocompleter\Path(
         resolve('hoa://Library/Console/')
@@ -1037,7 +1038,8 @@ NULL
possible to go further by using a dispatcher: writing commands in several functions or classes and call them regarding the given options and inputs to our program. We recommend to read the source code of - hoa://Library/Core/Bin/Hoa.php to help yourself, along with the + hoa://Library/Core/Bin/Hoa.php + to help yourself, along with the Hoa\Router and Hoa\Dispatcher chapters. We propose a quick example without giving too much details about those diff --git a/Documentation/Fr/Index.xyl b/Documentation/Fr/Index.xyl index 0b5715e..f522ef4 100644 --- a/Documentation/Fr/Index.xyl +++ b/Documentation/Fr/Index.xyl @@ -683,7 +683,8 @@ var_dump($rl->readLine('> ')); Chaque valeur calculée par l'itérateur doit être un objet de type SplFileInfo. Ainsi, pour auto-compléter tous les fichiers et dossiers à partir de la racine - hoa://Library/Console/, nous écrirons :

+ hoa://Library/Console/, + nous écrirons :

$rl->setAutocompleter(
     new Hoa\Console\Readline\Autocompleter\Path(
         resolve('hoa://Library/Console/')
@@ -1092,8 +1093,9 @@ NULL
dispatcheur : écrire des commandes dans plusieurs fonctions ou classes et les appeler en fonction des options et entrées données à notre programme. Nous vous conseillons de regarder le code source de - hoa://Library/Core/Bin/Hoa.php pour vous aider, ainsi que les - chapitres de Hoa\Router et + hoa://Library/Core/Bin/Hoa.php + pour vous aider, ainsi que les chapitres de + Hoa\Router et Hoa\Dispatcher. Nous proposons un exemple rapide sans donner trop de détails sur les bibliothèques précédement citées.