From 82b11be032b43dd0f8766e5b9a2acfb7aeb63864 Mon Sep 17 00:00:00 2001 From: Lukas Klingsbo Date: Fri, 13 Oct 2023 10:48:52 +0200 Subject: [PATCH] Fix typeo in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9aeda12..465e15f 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ To run locally, you must first install node, npm, Ruby (we recommend RVM), ruby- Then, run: ```bash -npm instal +npm install bundle install ``` @@ -28,4 +28,4 @@ Then, run: bundle exec jekyll serve ``` -To start the local server. \ No newline at end of file +To start the local server.