README.md: style fixes

This commit is contained in:
pancho horrillo
2019-06-13 09:01:45 +02:00
parent 39ad7d879d
commit 97f8d653e7
+3 -3
View File
@@ -30,9 +30,9 @@ help you first, let's start with a common situation.
Think about that awesome command that you use every day, something very Think about that awesome command that you use every day, something very
familiar, like `cloudx storage ls /backups`. Then someone asks you for an familiar, like `cloudx storage ls /backups`. Then someone asks you for an
specific backup, so you log into the host via ssh, execute your command, specific backup, so you `ssh` into the host, execute your command, possibly
possibly `grep`ping through its output, copy the result and send it. And that's `grepping` through its output, copy the result and send it. And that's fine...
fine... for the 100 first times. for the 100 first times.
Then you decide, let's use an API for this and generate an awesome web server Then you decide, let's use an API for this and generate an awesome web server
with it. So, you create a project, manage its dependencies, code the server, with it. So, you create a project, manage its dependencies, code the server,