Skip to content

Commit

Permalink
0.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
bahrus committed Jun 28, 2024
1 parent da443da commit 9d9f9dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ Since *be-calculating* seems like a highly useful enhancement that would appear
```html
<input name=domain value=emojipedia.org>
<input name=search value=calculator>
<meta 🧮="@domain @search" -href oninput="`https://${domain}/search?q=${search}`">
<a 🔭=-href>Emoji link</a>
<meta 🧮="@domain @search" oninput="{href:`https://${domain}/search?q=${search}`}">
<a 🔭=^>Emoji link</a>
</form>
```

Expand Down

0 comments on commit 9d9f9dd

Please sign in to comment.