From eb05d2b82d9902df12f4a297027d7c622f101935 Mon Sep 17 00:00:00 2001 From: Stephen Shkardoon Date: Fri, 4 May 2012 15:33:48 +1200 Subject: [PATCH] Update doc/1_Usage_of_basic_components.markdown --- doc/1_Usage_of_basic_components.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/1_Usage_of_basic_components.markdown b/doc/1_Usage_of_basic_components.markdown index 4af0a7b..f657da6 100644 --- a/doc/1_Usage_of_basic_components.markdown +++ b/doc/1_Usage_of_basic_components.markdown @@ -6,7 +6,7 @@ This document explains how to use the parser, the pretty printer and the node tr Bootstrapping ------------- -The library needs to register a class autoloader; you can do this either by including the +The library needs to register a class autoloader; this is done by including the `bootstrap.php` file: ```php