docs: fix budo script

This commit is contained in:
Yoshua Wuyts
2016-07-09 13:42:20 +02:00
parent 745aa25017
commit 1601d1cc72
+1 -1
View File
@@ -148,7 +148,7 @@ To run it, save it as `client.js` and run with [budo][budo] and
[es2020][es2020]. These tools are convenient but any [browserify][browserify]
based tool should do:
```sh
$ budo 'client.js' -p 8080 --open -- -t es2020
$ budo client.js -p 8080 --open -- -t es2020
```
And to save the output to files so it can be deployed, open a new terminal and