Skip to content

Commit

Permalink
Merge pull request #31 from udnisap/contribution-guidelines-added-to-…
Browse files Browse the repository at this point in the history
…Readme

contribution guidelines added to Readme
  • Loading branch information
lukesneeringer committed Jul 28, 2016
2 parents fdbc0ab + 00f62fa commit 02c1062
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 02c1062

Please sign in to comment.