Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarcosp authored Oct 3, 2021
1 parent eae9c67 commit 9f9a969
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,35 @@
<br />
<a target="_blank" href="#installation"> Installation </a> //
<a target="_blank" href="#getting-started"> Getting Started </a> //
<a target="_blank" href="#getting-started"> Supported Features </a> //
<a target="_blank" href="#supported-features"> Supported Features </a> //
<a target="_blank" href="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/rescriptbr"> ReScript Brazil Community </a>
</p>

## Installation

Install the package using npm/yarn:

```sh
yarn add @rescriptbr/react-query
```

Add the package to `bs-dependencies` in your `bsconfig.json`:

```json
{
"bs-dependencies": [
"@rescript/react",
"@rescriptbr/react-query"
]
}

```

## Supported features
These bindings are working in progress, check out the following supported features:
These bindings are work in progress, check out the supported features:

-`=` Fully implemented
-
- `=` Not implemented yet
- ⚙️ `=` Work in progress
- ⚠️ `=` Partially implemented

Expand Down

0 comments on commit 9f9a969

Please sign in to comment.