From 5dedd233bd8462e49517dd46c4a3cfcec15ae2b7 Mon Sep 17 00:00:00 2001 From: Eric Leong Date: Fri, 9 Jun 2017 04:07:16 -0400 Subject: [PATCH] Remove blank newlines. (#6126) Merge pull request 6126 --- docs/_docs/windows.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/_docs/windows.md b/docs/_docs/windows.md index 12e15815..7c02fdc2 100644 --- a/docs/_docs/windows.md +++ b/docs/_docs/windows.md @@ -34,14 +34,12 @@ Next let's update our Ruby gems: ``` sudo gem update - ``` Now all that is left to do is install Jekyll. ``` sudo gem install jekyll bundler - ``` You can test by running: