aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2017-12-20 22:17:36 +0800
committerFabio Berger <me@fabioberger.com>2017-12-20 22:17:36 +0800
commit05ee36876386764c76aa0d2359ba17258152097d (patch)
treed37ec12ff8cbf6085d3131a2f125f67e86917e84 /CONTRIBUTING.md
parentad61fe4b5455b2fe700f8777c0133e3f45ea4ebd (diff)
downloaddexon-sol-tools-05ee36876386764c76aa0d2359ba17258152097d.tar
dexon-sol-tools-05ee36876386764c76aa0d2359ba17258152097d.tar.gz
dexon-sol-tools-05ee36876386764c76aa0d2359ba17258152097d.tar.bz2
dexon-sol-tools-05ee36876386764c76aa0d2359ba17258152097d.tar.lz
dexon-sol-tools-05ee36876386764c76aa0d2359ba17258152097d.tar.xz
dexon-sol-tools-05ee36876386764c76aa0d2359ba17258152097d.tar.zst
dexon-sol-tools-05ee36876386764c76aa0d2359ba17258152097d.zip
Fix md link
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b4602b01b..31243fd72 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -42,7 +42,7 @@ We also recommend you read through the tests.
## Styleguide
-We use `[tslint](https://palantir.github.io/tslint/)` with [custom configs](https://github.com/0xProject/tslint-config-0xproject) to keep our code style consistent.
+We use [TSLint](https://palantir.github.io/tslint/) with [custom configs](https://github.com/0xProject/tslint-config-0xproject) to keep our code style consistent.
To lint your code just run: `yarn lint`