Skip to content

Commit

Permalink
Update docs 👍
Browse files Browse the repository at this point in the history
update demo
  • Loading branch information
jamesgeorge007 committed Mar 11, 2019
1 parent 0f378c0 commit 2586204
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ This command Initialises the project.

## Demo

[![Demo](https://asciinema.org/a/230916.svg)](https://asciinema.org/a/230916)
[![Demo](https://asciinema.org/a/233020.svg)](https://asciinema.org/a/233020)

## Contributing

Expand Down
3 changes: 1 addition & 2 deletions lib/commands/serve/launch.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ exports.serveProject = async (launchCmd) => {
throw err;
}
setTimeout(() => {
console.log(port);
opn(`${rootPath}:${port}`);
}, 2000);
}, 3000);
});
};

0 comments on commit 2586204

Please sign in to comment.