From 9d89f5ad6ac0f84d6de6f949f616dda06f33eda2 Mon Sep 17 00:00:00 2001 From: Phanes Date: Thu, 7 Dec 2017 02:39:27 -0500 Subject: [PATCH] minor punctuation fixes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9c171de..4d20c16 100644 --- a/README.md +++ b/README.md @@ -69,9 +69,9 @@ The configuration version is checked to ensure that the configuration is consuma ## I am seriously stupid and I still have no idea how to use this. -That's ok. We like stupid people, too. Here's a hello world. +That's ok. We like stupid people, too. Here's a 'hello world' example. -# 1. Write your test. +# 1. Write your tests. First, we want to know all the things we need to be able to print "hello world" to the screen. In this case we just need to make we have the "echo" binary. Write a bash script that checks if the "echo" binary is on the system. @@ -102,5 +102,5 @@ Execute examplar: examplar --verbose --config path/to/your/config/file.json -And you should see your hello world script. +And you should see your 'hello world' script.