Fix some formatting bugs 'The Project' section

This commit is contained in:
Héctor Hurtado
2019-11-27 10:37:54 +01:00
parent e29c56067b
commit 6fe92ede28
+4 -7
View File
@@ -116,7 +116,7 @@ Write ping.pow file
Launch the service
++++++++++++++++++
At this point we only need to launch kapow! with our :samp:`simple.pow`:
At this point we only need to launch kapow! with our :samp:`ping.pow`:
.. code-block:: console
@@ -126,8 +126,7 @@ Launch the service
Consume the service
+++++++++++++++++++
Now we can call our new created endpoint by using our favorite HTTP client.
In this example we're using :samp:`curl`:
Now we can call our new created endpoint by using our favorite HTTP client. In this example we're using :samp:`curl`:
.. code-block:: console
@@ -139,12 +138,10 @@ Consume the service
Under the hoods
++++++++++++++++
To understand what's happening under the hoods with Kapow! lets see the
picture:
To understand what's happening under the hoods with Kapow! lets see the picture:
.. image:: /_static/sequence.png
:align: center
:width: 80%
As you can see, Kapow! performs the *magic* between system commands and HTTP
API.
As you can see, Kapow! performs the *magic* between system commands and HTTP API.