Skip to content

Commit 77804e0

Browse files
committed
docs: add Datastar-ready branding
1 parent 66910dc commit 77804e0

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
http-nu
99
</h1>
1010
<p align="center">
11-
The surprisingly performant, <a href="https://www.nushell.sh">Nushell</a>-scriptable HTTP server that fits in your back pocket.
11+
The surprisingly performant, <a href="https://data-star.dev">Datastar</a>-ready, <a href="https://www.nushell.sh">Nushell</a>-scriptable HTTP server that fits in your back pocket.
1212
<br />
1313
<a href="#install">Install</a>
1414
·

www/assets/og.png

46.8 KB
Loading

www/serve.nu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def taglines [] {
100100
(
101101
DIV {class: [flex justify-center items-center]} [
102102
(badge {class: "rotate-ccw-5"} (A {href: "https://www.nushell.sh"} "Nushell") "-scriptable!")
103-
(badge {bg: "red" class: "rotate-cw-4"} (A {href: "https://data-star.dev"} "Datastar") " Built-in")
103+
(badge {bg: "red" class: "rotate-cw-4"} (A {href: "https://data-star.dev"} "Datastar") "-ready")
104104
]
105105
)
106106
(badge {bg: "green" size: "xl" class: "uppercase tracking-wide mx-auto"} "HTTP Server")

0 commit comments

Comments
 (0)