Skip to content

Commit d1bc751

Browse files
authored
Update README.md
1 parent e617171 commit d1bc751

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,9 @@ this.data = data
291291
```
292292
**Note**: Query object above will transform into query string like:
293293

294-
``https://my-web-url.com?search[first_name]=Sek&search[last_name]=Chantouch&page[limit]=10&page[offset]=1&order[first_name]=asc&order[last_name]=desc&category_id=6``
294+
```js
295+
https://my-web-url.com?search[first_name]=Sek&search[last_name]=Chantouch&page[limit]=10&page[offset]=1&order[first_name]=asc&order[last_name]=desc&category_id=6
296+
```
295297

296298
if setParameter that value is empty or null it will remove that param for query string
297299

0 commit comments

Comments
 (0)