From ce7319b071a767ee1a9a36485ba7cb900d1b8bf0 Mon Sep 17 00:00:00 2001 From: semanticdata Date: Tue, 30 Jan 2024 14:12:32 -0600 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab2cd6c7b..97b3b2675 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ It is powered by [Quartz](https://github.com/jackyzha0/quartz/) and [Obsidian](h ## Useful Commands -Commands on each lines within codeblocks represents others wihtin the same codeblock. This means that you can use either `npm i` or `npm install` when installing dependencies. +Each line within codeblocks represents different ways to achieve the same result. This means that you can, for example, use either `npm i` or `npm install` when installing dependencies. ### Install Dependencies