diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-12-20 21:21:39 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-12-20 21:21:39 +0800 |
commit | bf1603839ee5b7e8a1b1db32a0d037b3680a38d6 (patch) | |
tree | 098a68ef479a4cf67ae2a15164bb790a2d6361d4 /packages/assert/README.md | |
parent | 8ed776e113f0e249d50aa9e74b459b770ff62cee (diff) | |
download | dexon-sol-tools-bf1603839ee5b7e8a1b1db32a0d037b3680a38d6.tar dexon-sol-tools-bf1603839ee5b7e8a1b1db32a0d037b3680a38d6.tar.gz dexon-sol-tools-bf1603839ee5b7e8a1b1db32a0d037b3680a38d6.tar.bz2 dexon-sol-tools-bf1603839ee5b7e8a1b1db32a0d037b3680a38d6.tar.lz dexon-sol-tools-bf1603839ee5b7e8a1b1db32a0d037b3680a38d6.tar.xz dexon-sol-tools-bf1603839ee5b7e8a1b1db32a0d037b3680a38d6.tar.zst dexon-sol-tools-bf1603839ee5b7e8a1b1db32a0d037b3680a38d6.zip |
Change contributing test
Diffstat (limited to 'packages/assert/README.md')
-rw-r--r-- | packages/assert/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/assert/README.md b/packages/assert/README.md index 40854cfa2..052d56582 100644 --- a/packages/assert/README.md +++ b/packages/assert/README.md @@ -19,7 +19,7 @@ assert.isValidBaseUnitAmount('baseUnitAmount', baseUnitAmount); ## Contributing -We strongly encourage our community members to help us make improvements and to determine the future direction of the protocol. To report bugs within this package, please create an issue in this repository. +We strongly encourage that the community help us make improvements and determine the future direction of the protocol. To report bugs within this package, please create an issue in this repository. Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started. |