Skip to content

Commit 2954297

Browse files
committed
fix type
1 parent 3b616a7 commit 2954297

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

examples/http/browser.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body>
99
<h1>Hello World</h1>
1010
<script type="module">
11-
import { createRemote } from "https://cdn.jsdelivr.net/gh/timonson/gentle_rpc@v3.0/client/dist/remote.js"
11+
import { createRemote } from "https://cdn.jsdelivr.net/gh/timonson/gentle_rpc@v3.1/client/dist/remote.js"
1212
const remote = createRemote("http://0.0.0.0:8000", {
1313
headers: { authorization: "abc" },
1414
})

0 commit comments

Comments
 (0)