fix ticks in readme

This commit is contained in:
Bud Parr 2017-04-16 09:06:49 -04:00
parent 9ddf1b4228
commit f41bc351b5
No known key found for this signature in database
GPG key ID: ACA375160539D2B3

View file

@ -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" >}} {{< 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. 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. Now enter [`localhost:1313`](http://localhost:1313/) in the address bar of your browser.