diff --git a/doc/2_Usage_of_basic_components.markdown b/doc/2_Usage_of_basic_components.markdown index b9ba3ed1..e6daad6a 100644 --- a/doc/2_Usage_of_basic_components.markdown +++ b/doc/2_Usage_of_basic_components.markdown @@ -6,12 +6,14 @@ This document explains how to use the parser, the pretty printer and the node tr Bootstrapping ------------- -The library needs to register a class autoloader; this is done by including the -`bootstrap.php` file: +The library needs to register a class autoloader. You can either use the ''vendor/autoload.php'' file generated by +Composer or by including the bundled `lib/bootstrap.php` file: ```php