diff --git a/README.md b/README.md index bc67c66..765e6ea 100644 --- a/README.md +++ b/README.md @@ -8,15 +8,15 @@ ReScript Brazil Community
-> :warning: This repo contains experimental bindings for [@tanstack/query](https://tanstack.com/query/v4) using the experimental optional fields API with ReScript@v10. -If you're looking bindings to the React Query v3 click [here](https://github.com/rescriptbr/react-query/tree/v0.0.2). +> :warning: This repo contains experimental bindings for [@tanstack/query](https://tanstack.com/query/v4) using the new optional fields API. +If you're looking for bindings to the React Query v3 click [here](https://github.com/rescriptbr/react-query/tree/v0.0.2). ## Installation Install the package using npm/yarn: ```sh -yarn add @rescriptbr/react-query react-query +yarn add @rescriptbr/react-query @tanstack/react-query ``` Add the package to `bs-dependencies` in your `bsconfig.json`: @@ -33,9 +33,6 @@ Add the package to `bs-dependencies` in your `bsconfig.json`: ## Basic usage ```rescript -/* -* Local bindings for fetch -*/ module Fetch = { type response @@ -54,18 +51,15 @@ let fetchTodos = (_): Js.Promise.t