diff --git a/README.md b/README.md index 2888648..2fe59c8 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ $user = User::first(); $post = Post::first(); $rating = $post->rating([ - title' => 'This is a test title', + 'title' => 'This is a test title', 'body' => 'And we will add some shit here', 'customer_service_rating' => 5, 'quality_rating' => 5,