Skip to content

Commit 2a3ea74

Browse files
committed
doc: use guess-module
1 parent 1658516 commit 2a3ea74

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ TODO:
1717

1818
## Setup
1919

20-
- Add `@nuxtjs/guess` dependency using yarn or npm to your project
21-
- Add `@nuxtjs/guess` to `modules` section of `nuxt.config.js`
20+
- Add `@nuxtjs/guess-module` dependency using yarn or npm to your project
21+
- Add `@nuxtjs/guess-module` to `modules` section of `nuxt.config.js`
2222
- Config 'options' as `options` of [guess-webpack][guess-webpack-href]
2323
- Note: the default `reportProvider` when there is no `GA` and `reportProvider` specifed is the content of `router.json` under [`rootDir`][nuxt-rootDir-href] or [`srcDir`][nuxt-srcDir-href]
2424

2525
```js
2626
{
2727
modules: [
2828
// Simple usage
29-
'@nuxtjs/guess',
29+
'@nuxtjs/guess-module',
3030

3131
// With options
32-
['@nuxtjs/guess', {
32+
['@nuxtjs/guess-module', {
3333
GA: 'XXXXXX'
3434
}],
3535
]
@@ -67,10 +67,10 @@ Copyright (c) Clark Du <[email protected]>
6767
[github-actions-href]: https://github.com/nuxt-community/guess-module/actions
6868
[codecov-src]: https://img.shields.io/codecov/c/github/nuxt-community/guess-module.svg?style=flat-square
6969
[codecov-href]: https://codecov.io/github/nuxt-community/guess-module
70-
[npm-version-src]: https://img.shields.io/npm/dt/@nuxtjs/guess.svg?style=flat-square
71-
[npm-version-href]: https://npmjs.com/package/@nuxtjs/guess
72-
[npm-downloads-src]: https://img.shields.io/npm/v/@nuxtjs/guess/latest.svg?style=flat-square
73-
[npm-downloads-href]: https://npmjs.com/package/@nuxtjs/guess
70+
[npm-version-src]: https://img.shields.io/npm/dt/@nuxtjs/guess-module.svg?style=flat-square
71+
[npm-version-href]: https://npmjs.com/package/@nuxtjs/guess-module
72+
[npm-downloads-src]: https://img.shields.io/npm/v/@nuxtjs/guess-module/latest.svg?style=flat-square
73+
[npm-downloads-href]: https://npmjs.com/package/@nuxtjs/guess-module
7474
[guess-nuxt-href]: https://github.com/daliborgogic/guess-nuxt
7575
[guess-webpack-href]: https://github.com/guess-js/guess/tree/master/packages/guess-webpack/#basic-usage
7676
[nuxt-rootDir-href]: https://nuxtjs.org/api/configuration-rootdir

0 commit comments

Comments
 (0)