From aeaedc36a6f57025dac8180fedfaa47dd3cc0ad5 Mon Sep 17 00:00:00 2001 From: Mary Anthony Date: Wed, 7 Aug 2019 11:16:38 -0700 Subject: [PATCH] Simplify language Signed-off-by: Mary Anthony --- _browser/hello-blockstack.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_browser/hello-blockstack.md b/_browser/hello-blockstack.md index 6c77ff7e..344f821b 100644 --- a/_browser/hello-blockstack.md +++ b/_browser/hello-blockstack.md @@ -57,7 +57,7 @@ helps users rapidly start new projects and streamline the maintenance of existing projects. -1. Use npm to install Yeoman and the Blockstack generator +1. Use `npm` to install Yeoman and the Blockstack generator ```bash npm install -g yo generator-blockstack @@ -106,7 +106,7 @@ In this section, you build an initial React.js application called `hello-world-t cd hello-world-tutorial ``` -3. Use Yeoman and the Blockstack application generator to create your initial `hello-world-tutorial` application. +3. Create your initial `hello-world-tutorial` application. ```bash $ npm create yo blockstack