From 91ca0f08f9a92f26c95ea3eb1c22ad2656143be0 Mon Sep 17 00:00:00 2001 From: Nathaniel Landau Date: Wed, 27 May 2015 10:58:57 -0400 Subject: [PATCH] minor change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15edade..3e80501 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ This is a bash script boilerplate template that I use to create all my scripts. * Writing logs * Checking for dependecies (i.e. - ffmpeg or rsync) * Passing options from the command line -* Printing usage information when '-h' is passed +* Printing usage information when `-h` is passed ## Usage To use the bash boilerplate for your own script follow these steps.