Skip to content

Commit 0017f1c

Browse files
tapiobmuenzenmeyer
authored andcommitted
Merge pull request #92 from diego-vieira/patch-1
Update README.md
1 parent 1c382f5 commit 0017f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/live-server/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ var params = {
7575
open: false, // When false, it won't load your browser by default.
7676
ignore: 'scss,my/templates', // comma-separated string for paths to ignore
7777
file: "index.html", // When set, serve this file for every 404 (useful for single-page applications)
78-
wait: 1000 // Waits for all changes, before reloading. Defaults to 0 sec.
78+
wait: 1000, // Waits for all changes, before reloading. Defaults to 0 sec.
7979
mount: [['/components', './node_modules']] // Mount a directory to a route.
8080
};
8181
liveServer.start(params);

0 commit comments

Comments
 (0)