Skip to content

Commit

Permalink
move installation up in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
will-wow committed Mar 13, 2024
1 parent 79c8ac7 commit 9d775fd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ However, when using it I have to have the [docs](https://htmx.org/reference) ope

Each function and option includes a Godoc comment copied from the extensive HTMX docs, so you can access that documentation right from the comfort of your editor.

## Installation

```bash
go get github.com/will-wow/typed-htmx-go
```

## Usage

```go
Expand Down Expand Up @@ -197,12 +203,6 @@ TODO

TODO

## Install

```bash
go get github.com/will-wow/typed-htmx-go
```

## Contributing

### Install Tasklist
Expand Down

0 comments on commit 9d775fd

Please sign in to comment.