From 00f62fafd333f38db3c57108c79b5ef1922f5e41 Mon Sep 17 00:00:00 2001 From: Pasindu Perera Date: Thu, 28 Jul 2016 13:57:21 +0530 Subject: [PATCH] contribution guidelines added to Readme --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index d4dfb34..7eb3c6e 100644 --- a/Readme.md +++ b/Readme.md @@ -368,6 +368,8 @@ v2.toString() // => Typed.Record({value: Any})({ "value": "hello" }) v3.toString() // => Typed.Record({value: Any})({ "value": Typed.Record({value: Any})({ "value": "hello" }) }) ``` +## Contribution +- Run `npm start` before `npm test` as the tests are ran on built code ## License