From c780f5501f5022fabda7ccc1b3ef529fb30ac756 Mon Sep 17 00:00:00 2001 From: Diego Netto Date: Thu, 11 Sep 2014 01:01:28 -0500 Subject: [PATCH] docs(contributing): Fix type. --- contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index 008c87a..4fb4201 100644 --- a/contributing.md +++ b/contributing.md @@ -5,7 +5,7 @@ In order for us to help you please check that you've completed the following ste * Made sure you're on the latest version `npm update -g generator-ionic` * Used the search feature to ensure that the bug hasn't been reported before * Included as much information about the bug as possible, including any output you've received, what OS and version you're on, etc. -* Shared the output from running the following command in your project root as this can also help track down the issue. +* Share the output from running the following command in your project root as this can also help track down the issue. Unix: `yo --version && echo $PATH $NODE_PATH && node -e 'console.log(process.platform, process.versions)'`