Skip to content

Commit

Permalink
Update README.md (#2714)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviv-skillset committed Jan 11, 2024
1 parent f331d8e commit 0e63446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/devtools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ consumed by the devtools extension.
### Install

```bash
npm install floating-ui-devtools
npm install @floating-ui/devtools
```

### Usage

```js
// example with @floating-ui/react
import {devtools} from 'floating-ui-devtools';
import {devtools} from '@floating-ui/devtools';

export const Default = () => {
const [isOpen, setIsOpen] = useState(false);
Expand Down

0 comments on commit 0e63446

Please sign in to comment.