Dropped require from README

Kind of obvious you need to require the library. If using composer, the
autoloader will take care of it.
This commit is contained in:
Josh Sherman 2014-09-13 09:36:20 -04:00
parent 9d3d247936
commit 28a4066917

View file

@ -54,7 +54,6 @@ Then run `composer update`
### Getting Started
```php
require_once 'joshtronic/LoremIpsum.php';
$lipsum = new joshtronic\LoremIpsum();
```