From 397480e30441d2cf1a1a0e2288a68f121bc293b1 Mon Sep 17 00:00:00 2001 From: Sri Harsha Mittapalli <53350799+sriharshamittapalli@users.noreply.github.com> Date: Wed, 23 Apr 2025 20:32:51 -0500 Subject: [PATCH] Fix: Use markdown-style emphasis for consistency in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a1260b90..a4cf498e0 100644 --- a/README.md +++ b/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` operations (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`.