Skip to content

Commit

Permalink
small typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brennongs committed Oct 31, 2017
1 parent 27e85a6 commit db25820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Bonus - notifications:
#### PUT

##### Increase/decrease price of car by $1000
- Request url: base url + '/api/vehicle/:id/:change'
- Request url: base url + '/api/vehicles/:id/:change'
- `id` is the id of the vehicle
- Value of `change` needs to be either `up` or `down`.
- Response: updated vehicles array
Expand Down

0 comments on commit db25820

Please sign in to comment.