From 222eadced901adc3f222a8f3d7f3000e1c6cecdd Mon Sep 17 00:00:00 2001 From: niwim Date: Wed, 10 Feb 2021 15:13:43 +0100 Subject: [PATCH] Updated typo You was misspelled --- src/pages/understand-stacks/command-line-interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/understand-stacks/command-line-interface.md b/src/pages/understand-stacks/command-line-interface.md index c51290a9..6fbc2d0c 100644 --- a/src/pages/understand-stacks/command-line-interface.md +++ b/src/pages/understand-stacks/command-line-interface.md @@ -7,7 +7,7 @@ The Stacks CLI enables interactions with the Stacks 2.0 blockchain through a set ## Installation -First, ensure tou have `npm` installed. Next, run the following command in your terminal: +First, ensure you have `npm` installed. Next, run the following command in your terminal: `npm install -g @stacks/cli`