diff --git a/README.md b/README.md index 62d1776..0a1260f 100644 --- a/README.md +++ b/README.md @@ -34,11 +34,11 @@ htmx.HTML5( htmx.HTML5Props{ Head: []htmx.Node{ htmx.Script( - htmx.Src("https://unpkg.com/fiber-htmx@1.3.29"), + htmx.Src("https://unpkg.com/fiber-htmx@1.3.30"), ), htmx.Link( htmx.Rel("stylesheet"), - htmx.Href("https://unpkg.com/fiber-htmx@1.3.29/dist/out.css"), + htmx.Href("https://unpkg.com/fiber-htmx@1.3.30/dist/out.css"), ), }, },