Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders authored Apr 7, 2022
1 parent c1d5a84 commit 62e86ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ voiceServer.listen((req, res) => {
res.play("sound:hello-world");
});

// your app will leave at http://127.0.0.1/voiceapp
// your app will be at http://127.0.0.1/voiceapp
// and you can easily publish it to the Internet with:
// ngrok http 3000
```
Expand Down

0 comments on commit 62e86ca

Please sign in to comment.