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

Commit 649fe72

Browse files
authored
Update demo example
Going through the demo and user name was incorrect
1 parent 6d0f8c5 commit 649fe72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -308,11 +308,11 @@ $ node server.js
308308

309309
Record a response
310310
```bash
311-
$ curl http://localhost:7777/users/jimmmyeisenhauer
311+
$ curl http://localhost:7777/users/jimmyeisenhauer
312312
```
313313
Playback the response (notice the improved response time)
314314
```bash
315-
$ curl http://localhost:7777/users/jimmmyeisenhauer
315+
$ curl http://localhost:7777/users/jimmyeisenhauer
316316
```
317317

318318

0 commit comments

Comments
 (0)