From 32c90c2a82a1a903156a08eed45afe2362c410e1 Mon Sep 17 00:00:00 2001 From: Don Date: Sun, 28 May 2017 10:39:51 -0400 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b0aee6..f1702fc 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Learn more about the Riko concept [**here**](docs/concept.md) - `npm install -g riko-cli` -###### Note: make sure you have export your npm bin to $PATH in bash profile +###### Note: make sure you export your npm bin to $PATH in bash profile ```bash PATH="$(npm bin -g):$PATH" ```