Skip to content

Commit

Permalink
fix: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dword-design committed Mar 9, 2021
1 parent 7d6cc5b commit cafd9ea
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 @@ -54,8 +54,8 @@ $ yarn add depcheck-special-nuxt
Custom specials are currently only supported when using `depcheck` via the Node.js API. Simply add the special to your depcheck config and run depcheck:

```js
import depcheck from 'depcheck'
import nuxtSpecial from 'depcheck-special-nuxt'
const depcheck = require('depcheck')
const nuxtSpecial = require('depcheck-special-nuxt')

const options = {
specials: [
Expand Down

0 comments on commit cafd9ea

Please sign in to comment.