Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 8802b12

Browse files
authored
Update README.md
1 parent 8e67844 commit 8802b12

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

samples/browser/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
To launch sample-server.js
22
1. `echo YOUR_BING_SPEECH_API_KEY > speech.key`
3+
4+
2. `npm install`
35

4-
2. * The server and the client are on the same subnet:
5-
`node sample-server.js`
6+
3. * The server and the client are on the same subnet:
7+
`node sample-server.js`.
68
* The server and the client are on different subnets, server is not accessible from the outside:
7-
* `node sample-server.js enableTunnel`
9+
`node sample-server.js enableTunnel`

0 commit comments

Comments
 (0)