Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IsraelOrtuno committed Oct 3, 2018
1 parent b02bb3f commit 3f28173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -379,7 +379,7 @@ Once you have created your own Builder, just replace the default one in the Cont

```php
// Singleton or not, whatever you require
$this->app->singleton("permalink.$alias", function ($app) use ($builder) {
$this->app->singleton("permalink.meta", function ($app) use ($builder) { // meta, opengraph, twitter or base
return new MyCustomBuilder;

// Or if you are inheriting the default builder class
Expand Down

0 comments on commit 3f28173

Please sign in to comment.