Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/docs/content/guides/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Stop threading `isOpen` through props — declare the contract once, mount an ou

## Install

```bash
bun add @stainless-code/react-layers
```package-install
npm i @stainless-code/react-layers
```

The core (`@stainless-code/layers`) is pulled in automatically and re-exported from the adapter.
Expand Down
Loading