Updating readme

This commit is contained in:
Patrick Ward
2015-10-23 16:00:25 -04:00
parent 61620bdcf1
commit 3406b38020
2 changed files with 29 additions and 1 deletions

View File

@ -11,7 +11,7 @@ class ServiceProvider extends ServiceProviderParent
public function register()
{
$this->app->bind('shortcode', function() {
return new Shortcode();
return new Shortcode;
});
}