From 92f088cd4438849019ef562fffcd705b8f105ec8 Mon Sep 17 00:00:00 2001 From: Bret Stateham Date: Mon, 7 Aug 2017 16:56:41 -0700 Subject: [PATCH] Remove period from yo installation command (#1) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe03a31..7ada8b5 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope ## Prerequisites 1. Install latest [Node LTS](https://nodejs.org). -2. `npm install -g yo`. +2. `npm install -g yo` 3. `npm install -g generator-az-iot-gw-module` ## Usage