From 5d7f759ce5fc958103805b081f8b087260f8932b Mon Sep 17 00:00:00 2001 From: Gautam Jain Date: Sat, 9 Oct 2021 09:58:20 +0530 Subject: [PATCH] minor typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c2fac074ba..3c323aa78e7 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ To use the Hacker theme: ```yml remote_theme: pages-themes/hacker@v0.2.0 plugins: - - jekyll-remote-theme # add this line to the plugins list if you already have one + - jekyll-remote-theme # add this line to the plugins list if you don't already have one ``` 2. Optionally, if you'd like to preview your site on your computer, add the following to your site's `Gemfile`: