Update script tags for v2.0.0 beta3

- Update paths in package metadata
This commit is contained in:
2024-04-17 22:25:06 -04:00
parent 7f9b3a6234
commit 29839fa795
6 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -2,13 +2,13 @@
This package enables [htmx](https://htmx.org) support within the [Giraffe](https://giraffe.wiki) view engine.
**htmx version: 2.0.0-beta1**
**htmx version: 2.0.0-beta3**
_Note that this is a BETA release of htmx 2.0; see [the migration guide](https://v2-0v2-0.htmx.org/migration-guide-htmx-1/) for changes_
### Setup
1. Install the package (must use `--Prelease` flag).
1. Install the package (must use `--Prerelease` flag).
2. Prior to using the attribute or support modules, `open Giraffe.ViewEngine.Htmx`.
### Use