Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stv-beep committed Dec 20, 2022
1 parent 6c1f415 commit bf829e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@

#### GET 10 interesting quotes of F1 drivers or personalities **->** GET ```/quotes```

#### GET all saved quotes from an specific F1 driver **->** GET ```/quotes/:drivers_last_name```
#### GET all saved quotes from a specific F1 driver **->** GET ```/quotes/:drivers_last_name```

#### GET a specific quote from an specific F1 driver **->** GET ```/quotes/:drivers_last_name/:quote_id```
#### GET a specific quote from a specific F1 driver **->** GET ```/quotes/:drivers_last_name/:quote_id```

#### GET 10 quotes in each page of an specific F1 driver **->** GET ```/quotes/:drivers_last_name/p/:page```
#### GET 10 quotes in each page of a specific F1 driver **->** GET ```/quotes/:drivers_last_name/p/:page```


## Development setup:
Expand Down

0 comments on commit bf829e6

Please sign in to comment.