From dfc143258f1df4d8a4e33c5a37c8bc216527a2b3 Mon Sep 17 00:00:00 2001 From: Dennis Trautwein Date: Thu, 3 Aug 2023 11:15:15 +0200 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e21ac129..c5162ec5 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ To build a local copy, run the following: 1. Move into the `ipfs-blog` folder and install the npm dependencies: ```bash - cd ipfs-docs + cd ipfs-blog npm install ```