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