Skip to content

Commit

Permalink
Update examples/intercept-simple/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrishn7 authored Feb 6, 2024
1 parent 38424b6 commit 78129bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/intercept-simple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The Kiwi server is now running with the WASM hook loaded. To interact with it, l
npm install -g wscat
```

Awesome! Now we can interact with the Kiwi server at `http://localhost:8000`. Let's try it out by subscribing to a counter source and emitting some events. First, let's connect to the server using `wscat`:
Awesome! Now we can interact with the Kiwi server at `ws://localhost:8000`. Let's try it out by subscribing to a counter source and emitting some events. First, let's connect to the server using `wscat`:

```sh
wscat -c ws://127.0.0.1:8000
Expand Down

0 comments on commit 78129bd

Please sign in to comment.