From 28a4066917d3da0f5d8e704cc617371a1ed94ee4 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Sat, 13 Sep 2014 09:36:20 -0400 Subject: [PATCH] Dropped require from README Kind of obvious you need to require the library. If using composer, the autoloader will take care of it. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index edbdf9e..51e43dd 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,6 @@ Then run `composer update` ### Getting Started ```php -require_once 'joshtronic/LoremIpsum.php'; $lipsum = new joshtronic\LoremIpsum(); ```