Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
laffra authored Nov 12, 2023
1 parent 2f1ccb5 commit f29b582
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
@@ -1,5 +1,5 @@
# ltk
LTK is a little toolkit for writing UIs in PyScript. Take a look at the [live preview](https://laffra.github.io/ltk/) now.
LTK is a little toolkit for writing UIs in PyScript. Take a look at the [LTK Kitchen Sink](https://laffra.github.io/ltk/) now.

LTK is implemented as a declarative Python library and leverages `jQuery` for DOM operations.

Expand Down Expand Up @@ -90,7 +90,7 @@ Card("Buy Now").on("click", ltk.proxy(buy))

## Examples

See the `LTK Kitchen Sink` or explore the `examples` folder
See the [LTK Kitchen Sink](https://laffra.github.io/ltk/) or explore the `examples` folder


## License
Expand Down

0 comments on commit f29b582

Please sign in to comment.