From c453ab2ac3c0b2d3722e31d1d51fd3752f7f6683 Mon Sep 17 00:00:00 2001 From: Hunter Perrin Date: Sat, 14 Oct 2017 16:21:21 -0700 Subject: [PATCH] Readme fix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8860c5f..4bee559 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ It also sets up Nymph.init to also call PubSub.init with your configs, so you do To install, use npm: -```js +``` npm install --save nymph-client-node ```