aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/website/README.md')
-rw-r--r--packages/website/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/website/README.md b/packages/website/README.md
index 2edc17cd9..d82d045a6 100644
--- a/packages/website/README.md
+++ b/packages/website/README.md
@@ -33,13 +33,13 @@ yarn install
To build this package and all other monorepo packages that it depends on, run the following from the monorepo root directory:
```bash
-PKG=@0xproject/website yarn build
+PKG=@0x/website yarn build
```
### Run dev server
```bash
-PKG=@0xproject/website yarn watch
+PKG=@0x/website yarn watch
```
Visit [0xproject.localhost:3572](http://0xproject.localhost:3572) in your browser.