Update README.md

This commit is contained in:
GenZmeY 2021-03-20 23:03:37 +03:00 committed by GitHub
parent 8eccf45b0c
commit 60ff56654a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
## List paginated cars:
`curl -X GET 'http://localhost:8080/v1/cars?page\[offset\]=0&page\[limit\]=2'`
## OR
**OR**
`curl -X GET 'http://localhost:8080/v1/cars?page\[number\]=1&page\[size\]=2'`
## Update: