diff --git a/README.md b/README.md index 10a62b1..d3e6973 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,9 @@ Using WebThumbnailer is pretty straight forward: ```php require_once 'vendor/autoload.php'; + +use WebThumbnailer\WebThumbnailer; + $wt = new WebThumbnailer(); // Very basic usage