diff options
author | fragosti <francesco.agosti93@gmail.com> | 2018-11-29 08:39:27 +0800 |
---|---|---|
committer | fragosti <francesco.agosti93@gmail.com> | 2018-11-29 08:39:27 +0800 |
commit | 42e83ae643bbcb04d9c9ccf4c9eca476d055f47a (patch) | |
tree | 5f5bd420c61c4fda526a1d0052a93959b57462f8 | |
parent | b55f7aef7f508debf190d6a09b81023493925481 (diff) | |
download | dexon-sol-tools-42e83ae643bbcb04d9c9ccf4c9eca476d055f47a.tar dexon-sol-tools-42e83ae643bbcb04d9c9ccf4c9eca476d055f47a.tar.gz dexon-sol-tools-42e83ae643bbcb04d9c9ccf4c9eca476d055f47a.tar.bz2 dexon-sol-tools-42e83ae643bbcb04d9c9ccf4c9eca476d055f47a.tar.lz dexon-sol-tools-42e83ae643bbcb04d9c9ccf4c9eca476d055f47a.tar.xz dexon-sol-tools-42e83ae643bbcb04d9c9ccf4c9eca476d055f47a.tar.zst dexon-sol-tools-42e83ae643bbcb04d9c9ccf4c9eca476d055f47a.zip |
fix: add clarification to NOTE in README
-rw-r--r-- | packages/instant/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/instant/README.md b/packages/instant/README.md index fece84d2a..c6621cbed 100644 --- a/packages/instant/README.md +++ b/packages/instant/README.md @@ -44,7 +44,7 @@ To build and deploy to this bundle, run yarn deploy_live ``` -**NOTE: On deploying the site, it will say the site is available at a non-existent URL. Please ignore and use the (now updated) URL above.** +**NOTE: On deploying the site to staging and dogfood, it will say the site is available at a non-existent URL. Please ignore and use the (now updated) URL above.** ## Contributing |