Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-donat committed Nov 9, 2013
1 parent 52c16a3 commit ebb8d4d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,11 @@ php-vfs is hosted on pear.michaeldonat.net and can be installed using following

To use PEAR installation with your testing framework you need to initialize the autoloader in your bootsrtap files.

require_once 'VirtualFileSystem/Loader.php';
$l = new \VirtualFileSystem\Loader();
$l->register();
```PHP
require_once 'VirtualFileSystem/Loader.php';
$l = new \VirtualFileSystem\Loader();
$l->register();
```

Usage
--------------
Expand Down

0 comments on commit ebb8d4d

Please sign in to comment.