Skip to content

Commit b996cb3

Browse files
Edited docs
1 parent b046a51 commit b996cb3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/docs.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
# REST API Response Builder for Laravel #
44

5-
`ResponseBuilder` is [Laravel](https://laravel.com/)'s helper designed to simplify building
6-
nice, normalized and easy to consume REST API responses.
5+
`ResponseBuilder` is [Laravel](https://laravel.com/)'s helper designed to build
6+
nice, normalized and easy to consume REST API JSON responses.
77

88
## Table of contents ##
99

@@ -26,10 +26,10 @@
2626
## Response structure ##
2727

2828
Predictability, simplicity and no special-case is the key of the `ResponseBuilder` design. I wanted to make my life easier not
29-
only when I develop the API itself, but also when I'd try to use it i.e. in mobile applications, therefore response created with
30-
this package **guarantees** consistent JSON structure.
29+
only when I develop the API itself, but also when I'd try to use it i.e. in mobile applications, therefore all responses created
30+
by this package **guarantee** consistent JSON structure by design.
3131

32-
Default response will always contains at least the following elements:
32+
By default response always contain at least the following elements:
3333

3434
```json
3535
{

0 commit comments

Comments
 (0)