Skip to content

Commit

Permalink
Merge pull request #29 from CoderAjay/patch-1
Browse files Browse the repository at this point in the history
Typo: replacing Equals with Delimiter
  • Loading branch information
tapio authored and bmuenzenmeyer committed Feb 23, 2018
1 parent 2087e1a commit c3597e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/live-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ var params = {
port: 8181, // Set the server port. Defaults to 8080.
host: "0.0.0.0", // Set the address to bind to. Defaults to 0.0.0.0.
root: "/public", // Set root directory that's being server. Defaults to cwd.
noBrowser = true // When true, it won't load your browser by default.
noBrowser: true // When true, it won't load your browser by default.
};
liveServer.start(params);
```
Expand Down

0 comments on commit c3597e5

Please # to comment.