Skip to content

Commit

Permalink
Move API docs up to be easier to find
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmccurdy committed Dec 28, 2023
1 parent f4dc764 commit 12a1749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
This helps to avoid breaking changes between [React Canaries](https://react.dev/community/versioning-policy#canary-channel) used by your framework and other tools, such as when using Server Components in tests, docs, or monorepo packages.

## [API Docs](https://tsdocs.dev/docs/react-unpin)

## Usage

```
Expand Down Expand Up @@ -54,8 +56,6 @@ pnpm add react-unpin
bun add react-unpin
```

### [API Docs](https://tsdocs.dev/docs/react-unpin)

## Caveats

- Only Next app router is supported currently since Next has the strongest support for Server Components and its pages router doesn't pin React. https://github.com/nickmccurdy/react-unpin/issues/9 https://github.com/nickmccurdy/react-unpin/issues/10
Expand Down

0 comments on commit 12a1749

Please sign in to comment.