Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
euaaaio committed Jul 8, 2023
1 parent b8c4470 commit d02ddcc
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 @@ -128,7 +128,7 @@ Each model will be prefixed with `Model`. You can change it via `opts.prefix`.
### Install

```sh
npm install --save-dev @vue/devtools-api
npm install --save-dev @vue/devtools-api @nanostores/logger
```

### Usage
Expand Down Expand Up @@ -159,7 +159,7 @@ and see their builds, lifecycles and changes on the **timeline**.
```js
import { createApp } from 'vue'
import { devtools, attachStores } from '@nanostores/vue/devtools'
import { devtools } from '@nanostores/vue/devtools'
import { User } from '../stores/user.js'
Expand Down

0 comments on commit d02ddcc

Please sign in to comment.