Update readme

This commit is contained in:
Ben Croker 2025-01-02 11:38:18 -06:00
parent 891764569c
commit 4d27ea199b
No known key found for this signature in database
GPG Key ID: 09D799816F1CF332
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ Getting started is as easy as adding a single 12.6 KiB script tag to your HTML.
Then start adding frontend reactivity using declarative <code>data-*</code> attributes.
```html
<input data-bind-title type="text">
<input data-bind-title />
<div data-text="$title.toUpperCase()"></div>
<button data-on-click="@post('/endpoint')">Save</button>
```

View File

@ -23,7 +23,7 @@ Getting started is as easy as adding a single {%s humanize.CommafWithDigits( flo
Then start adding frontend reactivity using declarative <code>data-*</code> attributes.
```html
<input data-bind-title type="text">
<input data-bind-title />
<div data-text="$title.toUpperCase()"></div>
<button data-on-click="@post('/endpoint')">Save</button>
```

View File

@ -19,7 +19,7 @@ Getting started is as easy as adding a single 12.6 KiB script tag to your HTML.
Then start adding frontend reactivity using declarative <code>data-*</code> attributes.
```html
<input data-bind-title type="text">
<input data-bind-title />
<div data-text="$title.toUpperCase()"></div>
<button data-on-click="@post('/endpoint')">Save</button>
```