1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2025-01-22 05:41:23 +01:00

Merge pull request #21 from ss23/patch-1

Update doc/1_Usage_of_basic_components.markdown
This commit is contained in:
nikic 2012-05-04 00:44:47 -07:00
commit 3c2e68a354

View File

@ -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