Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DCKT authored Feb 17, 2024
1 parent 6273404 commit 55bd4f1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rescript-ky

ReScript bindings for [ky HTTP client]([url](https://github.com/sindresorhus/ky))
ReScript bindings for [ky HTTP client](https://github.com/sindresorhus/ky)

## Setup

Expand All @@ -18,12 +18,14 @@ npm install @dck/rescript-ky

```json
{
"bsc-flags": ["@dck/rescript-ky"]
"bsc-dependencies": ["@dck/rescript-ky"]
}
```

## Usage

The functions can be accessed through `Ky` module.

```rescript
type data = {anything: string}
Expand Down

0 comments on commit 55bd4f1

Please sign in to comment.