aboutsummaryrefslogtreecommitdiffstats
path: root/packages/web3-wrapper/README.md
diff options
context:
space:
mode:
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
+```