Skip to content

Commit

Permalink
fix: example
Browse files Browse the repository at this point in the history
  • Loading branch information
eliassjogreen authored Dec 4, 2020
1 parent bbb6633 commit 8114c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Webview is a tiny cross-platform library to render **web-based GUIs for desktop
## Example

```typescript
import { Webview } from "../mod.ts";
import { Webview } from "https://deno.land/x/webview/mod.ts";

const html = `
<html>
Expand Down

0 comments on commit 8114c4c

Please sign in to comment.