doc: markup curl as program role

See ¹.

¹: https://www.sphinx-doc.org/en/1.5/markup/inline.html#role-program

Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
This commit is contained in:
pancho horrillo
2019-12-11 11:26:37 +01:00
parent 3bed9924d5
commit 4d2f0af941
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ Consume the Service
+++++++++++++++++++
Now we can call our newly created endpoint by using our favorite HTTP client.
In this example we're using ``curl``:
In this example we're using :program:`curl`:
.. code-block:: console