From 1601d1cc72b04d33be4cfbcc2edfa1dd66ae17de Mon Sep 17 00:00:00 2001 From: Yoshua Wuyts Date: Sat, 9 Jul 2016 13:42:20 +0200 Subject: [PATCH] docs: fix budo script --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c97fc80..db851e4 100644 --- a/README.md +++ b/README.md @@ -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