From 17b734e7e0ba9715ac93461575afe7de7c20c3dd Mon Sep 17 00:00:00 2001 From: Brandon Rosage Date: Thu, 7 Mar 2019 11:08:59 -0600 Subject: [PATCH] slipped in small mistake in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bc139f..bb8a9d3 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ It's your website, and you control the source code. So you can customize everyth Most customizations can be done in a matter of seconds, by revising your repository's `_config.yml` file. Just remember to restart your local server each time you save new changes so your Jekyll-powered website rebuilds correctly: 1. Shut down your server by entering the keyboard command CTRL+c -2. Restart your server: `jekyll serve` +2. Restart your server: `bundle exec jekyll serve` #### Layout