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.