aboutsummaryrefslogtreecommitdiffstats
path: root/packages/web3-wrapper/README.md
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2017-12-20 01:03:44 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2017-12-20 21:07:50 +0800
commitecc6cb2b7c8aff181341474830cd482579db7ca1 (patch)
treec7fc2acda722567d71d8478d6b04e06dac138099 /packages/web3-wrapper/README.md
parentde6fe257518e661b35df080ab54b1adc6819af5b (diff)
downloaddexon-sol-tools-ecc6cb2b7c8aff181341474830cd482579db7ca1.tar
dexon-sol-tools-ecc6cb2b7c8aff181341474830cd482579db7ca1.tar.gz
dexon-sol-tools-ecc6cb2b7c8aff181341474830cd482579db7ca1.tar.bz2
dexon-sol-tools-ecc6cb2b7c8aff181341474830cd482579db7ca1.tar.lz
dexon-sol-tools-ecc6cb2b7c8aff181341474830cd482579db7ca1.tar.xz
dexon-sol-tools-ecc6cb2b7c8aff181341474830cd482579db7ca1.tar.zst
dexon-sol-tools-ecc6cb2b7c8aff181341474830cd482579db7ca1.zip
Address feedback
Diffstat (limited to 'packages/web3-wrapper/README.md')
-rw-r--r--packages/web3-wrapper/README.md28
1 files changed, 19 insertions, 9 deletions
diff --git a/packages/web3-wrapper/README.md b/packages/web3-wrapper/README.md
index 04f2b8ca0..db879d3cf 100644
--- a/packages/web3-wrapper/README.md
+++ b/packages/web3-wrapper/README.md
@@ -19,22 +19,32 @@ We strongly encourage our community members to help us make improvements and to
[CONTRIBUTING.md](../../CONTRIBUTING.md)
-## Install Dependencies
+### Install Dependencies
If you don't have yarn workspaces enabled - enable them:
-`yarn config set workspaces-experimental true`
+```bash
+yarn config set workspaces-experimental true
+```
Then install dependencies
-`yarn install`
+```bash
+yarn install
+```
-## Build
+### Build
-`yarn build`
+```bash
+yarn build
+```
-## Lint
+### Lint
-`yarn lint`
+```bash
+yarn lint
+```
-## Run Tests
+### Run Tests
-`yarn test`
+```bash
+yarn test
+```