From 374cf0d7b8b39641ab2fe2dd2f6bd4d7d716c88b Mon Sep 17 00:00:00 2001 From: luke Date: Mon, 9 Jan 2017 17:53:36 -0500 Subject: [PATCH] Readme update: added install line --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index dad3b74..2279644 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ but that's just me. 2. To provide checkif-empty/undefined validation for entities inside a json object 3. The output of this will be the first error encountered (Wrapped in a Left) or the whole object (wrapped in a Right) +### Install + +`npm install yajjsl` + ### Development Goals 1. Use Applictive-functors/Monads and it's related operations to make for readable code