Skip to content

Commit

Permalink
Fix example stop command
Browse files Browse the repository at this point in the history
  • Loading branch information
drew-y committed Nov 9, 2018
1 parent 10cdeba commit 83b8553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/example.ts
Expand Up @@ -45,7 +45,7 @@ cli
.addCommand("stop", {
description: "Stop the server",
action() {
console.log("Server started!");
console.log("Server stopped!");
}
})
.addCommand("bind", {
Expand Down

0 comments on commit 83b8553

Please sign in to comment.