Skip to content

Commit bb9f7d1

Browse files
committed
test it e2e
1 parent 662dc52 commit bb9f7d1

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ It takes just under 10 minutes.
3636
( cd worker && npm i && npm run deploy )
3737
```
3838

39-
1. (2 min) Then open the `*.worker.dev` from the console output above and follow the instructions there.
39+
1. (2 min) Then open the `https://webhooks-proxy-tunnel.YOUR_ACCOUND.workers.dev` link from the console output above and follow the instructions there.
4040

4141
## About
4242

worker/src/tunnelPage.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ export function tunnelPage(
2424
</p>
2525
<p>
2626
Start the tunnel locally on your machine (or container):
27-
<pre><code>cd webhooks-proxy-tunnel/client
28-
npm start -- ${origin}/connect/${tunnelId} <span class="target-span">http://localhost:3000</span>
27+
<pre><code>(cd client && npm start -- ${origin}/connect/${tunnelId} <span class="target-span">http://localhost:3000</span>)
2928
</code></pre>
3029
</p>
3130
<p>
@@ -46,7 +45,7 @@ The connection now looks like this:
4645
<p>Requests: ${stats.requests}</p>
4746
<p>
4847
Connecting a new client kicks out the currently connected one.
49-
It is by design as the idea is to proxy all the requests to a single developer machine without any round-robin or load balancing. <a href="/">Create new tunnel</a>.
48+
This is by design as the idea is to proxy all the requests to a single developer machine without any round-robin or load balancing. If you need more tunnels just <a href="/">create a new one</a>!
5049
</p>
5150
</main>
5251
<script>

0 commit comments

Comments
 (0)