Skip to content

Commit 8f70581

Browse files
committed
Fixed a README bug and clarified the wording. Fixes #26.
Signed-off-by: Dean Wampler <dean.wampler@ibm.com>
1 parent 2ab1c8d commit 8f70581

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

notebooks/01-responses/README_NPS.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,16 @@ The NPS API has the following rate limits:
184184

185185
## Example Usage
186186

187-
See `example_nps_usage.py` for a complete demonstration:
187+
See `nps_mcp_server.py` for more details. You can run it like this:
188188

189189
```bash
190-
python example_nps_usage.py
190+
python nps_mcp_server.py
191+
```
192+
193+
See also the Jupyter notebook, `responses-api.ipynb`. You can view it by running Jupyter Lab and then opening the notebook:
194+
195+
```bash
196+
jupyter lab
191197
```
192198

193199
## Error Handling

0 commit comments

Comments
 (0)