Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
zakirullin committed Aug 5, 2020
1 parent f8a4086 commit 3a9bf71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -28,7 +28,7 @@ $userId = (int)$userId;
$userId = (new Mess($queryParams))['userId']->getAsInt();
```

You can mess with arrays as well:
You can mess with API responses/configs/whatever:

```php
$mess = new Mess($response);
Expand Down

0 comments on commit 3a9bf71

Please sign in to comment.