From 7aeea9e9e85a8e1b6f46a164c92a99087c68affa Mon Sep 17 00:00:00 2001 From: Mary Anthony Date: Fri, 6 Sep 2019 08:01:23 -0700 Subject: [PATCH] Remove double reference to npm Signed-off-by: Mary Anthony --- _core/smart/sdk-quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_core/smart/sdk-quickstart.md b/_core/smart/sdk-quickstart.md index 5fefeebe..c6fdffa8 100644 --- a/_core/smart/sdk-quickstart.md +++ b/_core/smart/sdk-quickstart.md @@ -21,7 +21,7 @@ You can use the software developer kit (SDK) to develop, test, and deploy Clarit {% include note.html content="This tutorial was written on macOS High Sierra 10.13.4. If you use a Windows or Linux system, you can still follow along. However, you will need to \"translate\" appropriately for your operating system." %} -For this tutorial, you will use `npm` to manage dependencies and scripts. The tutorial relies on the `npm` dependency manager. Before you begin, verify you have installed `npm` using the `which` command to verify. +For this tutorial, you will use `npm` to manage dependencies and scripts. Before you begin, verify you have installed `npm` using the `which` command to verify. ```bash $ which npm