aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-04-02 18:05:27 +0800
committerFabio Berger <me@fabioberger.com>2018-04-02 18:05:27 +0800
commit695b697cdf6c73bb4b5f920869ce128f9a9e7523 (patch)
tree2826b02715a8cb794571be6c7dccdb395329361c /README.md
parent3aea0e3b2f9fb7d8a40e6ff870a348ef9041c66f (diff)
downloaddexon-sol-tools-695b697cdf6c73bb4b5f920869ce128f9a9e7523.tar
dexon-sol-tools-695b697cdf6c73bb4b5f920869ce128f9a9e7523.tar.gz
dexon-sol-tools-695b697cdf6c73bb4b5f920869ce128f9a9e7523.tar.bz2
dexon-sol-tools-695b697cdf6c73bb4b5f920869ce128f9a9e7523.tar.lz
dexon-sol-tools-695b697cdf6c73bb4b5f920869ce128f9a9e7523.tar.xz
dexon-sol-tools-695b697cdf6c73bb4b5f920869ce128f9a9e7523.tar.zst
dexon-sol-tools-695b697cdf6c73bb4b5f920869ce128f9a9e7523.zip
small README fixes
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 37cb16320..86e00bfd9 100644
--- a/README.md
+++ b/README.md
@@ -95,14 +95,14 @@ yarn install
Build all packages. You need to do this before working on any given package. Although these packages
as independent, when run from within the monorepo, they are internally symlinked, to make development
easier. You can change several packages and run the changes without publishing them first to NPM. When
-running `rebuild`, Lerna will figure out the dependency order of all the packages, and built them in
+running `rebuild`, Lerna will figure out the dependency order of all the packages, and build them in
this order.
```bash
yarn lerna:rebuild
```
-Continuously rebuild on change
+Or continuously rebuild on change:
```bash
yarn dev