Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zakirullin committed Jan 16, 2021
1 parent c136784 commit 99cf960
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -35,7 +35,8 @@ $mess = new Mess($response);
$book = new Book(
$mess['title']->getString(),
$mess['is_bestseller']->getBool(),
$mess['stats']['rating']->getInt()
$mess['stats']['rating']->getInt(),
$mess['tags']->getListOfString()
);
```

Expand Down

0 comments on commit 99cf960

Please sign in to comment.