diff --git a/packages/fp-ts-remote-data/README.md b/packages/fp-ts-remote-data/README.md index db7667e..7fc8b60 100644 --- a/packages/fp-ts-remote-data/README.md +++ b/packages/fp-ts-remote-data/README.md @@ -9,8 +9,6 @@ RemoteData represents a value that can be in one of four states: - Empty - Success -[Read the full documentation](https://jderochervlk.github.io/fp-ts-remote-data/). - ## Example in React ```tsx