aeeb835c
—
Peter John 3 years ago
Update README.md
README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# tide-jsx [](https://github.com/pyrossh/tide-jsx/actions?query=workflow%3ATest) [](https://crates.io/crates/tide-jsx)
|
|
2
2
|
|
|
3
3
|
This crate allows to use jsx like templating engine (which is a slightly modified version of [render.rs](https://github.com/render-rs/render.rs)) as templates in your tide request handlers.
|
|
4
|
+
Thanks to [@Schniz](https://github.com/Schniz) and all contributors for render.rs.
|
|
4
5
|
|
|
5
6
|
## Example
|
|
6
7
|
|