Skip to content

Commit b31dfb6

Browse files
authored
Update README.md
Fix missing `src` in usage section
1 parent c15cbfb commit b31dfb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ domctl body append-child $id
8888
```
8989
Then you can load a URL in the iframe by setting its `src` attribute:
9090
```sh
91-
echo /:/web/opfs/file.html >> /web/dom/$id/attrs
91+
echo src=/:/web/opfs/file.html >> /web/dom/$id/attrs
9292
```
9393
You can "close" a window by removing the iframe:
9494
```sh
@@ -129,4 +129,4 @@ Take a look at our [issues](https://github.com/tractordev/wanix/issues) to see h
129129

130130
## License
131131

132-
MIT
132+
MIT

0 commit comments

Comments
 (0)