From f41bc351b57aca511f945e894eca3ead31111949 Mon Sep 17 00:00:00 2001 From: Bud Parr Date: Sun, 16 Apr 2017 09:06:49 -0400 Subject: [PATCH] fix ticks in readme --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 6472858..6c7eaf1 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,6 @@ This theme includes a shortcode for a contact form that you can add to any page ``` {{< form-contact action="http://formspree.io/your@email.com" >}} - ``` @@ -85,9 +84,7 @@ This theme includes a shortcode for a contact form that you can add to any page In order to see your site in action, run Hugo's built-in local server. - ``` - $ hugo server - ``` +`$ hugo server` Now enter [`localhost:1313`](http://localhost:1313/) in the address bar of your browser.