Skip to content

Commit 7eb3ef2

Browse files
committed
Update readme.md
1 parent 487baff commit 7eb3ef2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Watson Speech JavaScript SDK Examples
22
=====================================
33

4-
This folder has a basic node.js server to host files and generate auth tokens and
5-
several html files with different examples of using the Speech SDJ.
4+
This folder has example Node.js and Python servers to generate auth tokens and
5+
several html files (in `static/`) with different examples of using the Speech SDK.
66

7-
There are also a few audio files to test with in the public/ folder.
7+
There are also a few audio files to test with in the `static/` folder.
88

99

1010
Prerequisite
@@ -24,7 +24,7 @@ Setup - Node.js
2424

2525

2626
Setup - Python
27-
---------------
27+
--------------
2828

2929
1. `cd` into the `examples/` directory and run `pip install watson_developer_cloud flask` (or `easy_install...`) to grab dependencies
3030
2. edit `server.py` to include your service credentials (or create a `.env` file)

0 commit comments

Comments
 (0)