From c2de1e14d80e9941f8375fab89413c7bb41b6397 Mon Sep 17 00:00:00 2001 From: d61b292b-2859-4ed6-8c7c-b7397ad8e351 Date: Wed, 14 Aug 2024 09:50:01 +0200 Subject: [PATCH] Fix typo (#125) --- howto/work-with-many-hypercores-using-corestore.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/howto/work-with-many-hypercores-using-corestore.md b/howto/work-with-many-hypercores-using-corestore.md index 7194664..a97d926 100644 --- a/howto/work-with-many-hypercores-using-corestore.md +++ b/howto/work-with-many-hypercores-using-corestore.md @@ -130,7 +130,7 @@ for (const key of otherKeys) { In one terminal, open `multicore-writer-app` with `pear dev`. ``` -cd mutlicore-writer-app +cd multicore-writer-app pear dev ``` @@ -143,4 +143,4 @@ cd multicore-reader-app pear dev . ``` -As inputs are made to the terminal running the writer application, outputs should be shown in the terminal running the reader application. \ No newline at end of file +As inputs are made to the terminal running the writer application, outputs should be shown in the terminal running the reader application.