Skip to content

Commit

Permalink
add usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Dec 23, 2024
1 parent b086818 commit 0c0e64e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,19 @@

## 🔨 Usage

WIP
```go
import "github.com/the-flx/flx.go"

fmt.Println(flx.Score("switch-to-buffer", "stb").Score) // 237
```

## 🛠️ Development

WIP
To run tests:

```sh
$ go test ./test/
```

## ⚜️ License

Expand Down

0 comments on commit 0c0e64e

Please sign in to comment.