From 121a9d1ea8bce7fcd06bf7c682e07eba067689fd Mon Sep 17 00:00:00 2001 From: Zachary Klosko Date: Wed, 18 Nov 2020 22:41:00 -0500 Subject: [PATCH] Clarifying Jekyll instructions --- docs/_docs/contribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/contribute.md b/docs/_docs/contribute.md index 908f0b80a..c48647c1c 100644 --- a/docs/_docs/contribute.md +++ b/docs/_docs/contribute.md @@ -35,7 +35,7 @@ bundle install jekyll serve ``` -If you get an error, try running `bundle exec jekyll serve`. The site should start running on `http://127.0.0.1:4000/`. +> If you get an error, try running `bundle exec jekyll serve`. ## Help write code for LibreTime