Skip to content

Commit 6fa2914

Browse files
committed
Restoring deno.land modules
1 parent 45ba927 commit 6fa2914

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* ## Minimal Example
1717
*
1818
* ```ts
19-
* import { WebUI } from "jsr:@sigmasd/webui-deno-fork";
19+
* import { WebUI } from "https://deno.land/x/webui@2.5.3/mod.ts";
2020
*
2121
* const myWindow = new WebUI();
2222
* myWindow.show("<html><script src=\"webui.js\"></script> Hello World! </html>");

0 commit comments

Comments
 (0)