Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
chasefleming committed Nov 5, 2023
1 parent 47f4c9a commit e17c49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HTMX_INTEGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To utilize the `htmx` subpackage, import it alongside the main `elem` package:
```go
import (
"github.com/chasefleming/elem-go"
"github.com/chasefleming/elem-go/attrs"
"github.com/chasefleming/elem-go/attrs"
"github.com/chasefleming/elem-go/htmx"
)
```
Expand Down

0 comments on commit e17c49a

Please sign in to comment.