From 97f8d653e7dcb815b95dad0f2afad4066afba1a1 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Thu, 13 Jun 2019 09:01:45 +0200 Subject: [PATCH] README.md: style fixes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5703d07..1ed1e8b 100644 --- a/README.md +++ b/README.md @@ -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 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, -possibly `grep`ping through its output, copy the result and send it. And that's -fine... for the 100 first times. +specific backup, so you `ssh` into the host, execute your command, possibly +`grepping` through its output, copy the result and send it. And that's fine... +for the 100 first times. 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,