Browse Source

Fix: Use markdown-style emphasis for consistency in README

pull/13643/head
Sri Harsha Mittapalli 3 months ago
committed by GitHub
parent
commit
397480e304
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      README.md

2
README.md

@ -254,7 +254,7 @@ You will see the JSON response as:
You already created an API that:
* Receives HTTP requests in the _paths_ `/` and `/items/{item_id}`.
* Both _paths_ take `GET` <em>operations</em> (also known as HTTP _methods_).
* Both _paths_ take `GET` _operations_ (also known as HTTP _methods_).
* The _path_ `/items/{item_id}` has a _path parameter_ `item_id` that should be an `int`.
* The _path_ `/items/{item_id}` has an optional `str` _query parameter_ `q`.

Loading…
Cancel
Save