From 7068ad1d4afedd97095007d92e111016f47e9b70 Mon Sep 17 00:00:00 2001 From: Daniel Atwood <daniel@atwood.io> Date: Thu, 3 Oct 2019 18:10:27 -0400 Subject: [PATCH] Updated README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5051f4c..f9af287 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,11 @@ cd hugo-svelte Install the dependencies... ```bash -cd svelte-app +cd hugo-svelte npm install ``` -...then start [Rollup](https://rollupjs.org): +...then start [Rollup](https://rollupjs.org) and Hugo: ```bash npm run dev