diff --git a/README.md b/README.md index b790cb4..0126817 100644 --- a/README.md +++ b/README.md @@ -50,9 +50,9 @@ class Article extends Model implements SeoInterface /* linka o campo name (articles) para o title (seo) */ protected $seomap = [ - 'title' => 'name', + 'title' => ['name'], 'description' => 'description' ]; ... } -``` \ No newline at end of file +```