Skip to content

Commit 052be49

Browse files
authored
docs: small tweaks to readme (#49)
1 parent 1fef63c commit 052be49

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@ vta https://fr.nuxtjs.org
2424
[![render1585566509798](https://user-images.githubusercontent.com/904724/77906279-fb455d80-7287-11ea-86f2-d7eca773ba56.gif)](https://terminalizer.com/view/a30a95523602)
2525

2626

27-
It supports multiple [frameworks](#frameworks), [UI librairies](#ui-librairies) and [vue plugins](#vue-plugins).
27+
It supports multiple [frameworks](#frameworks), [UI libraries](#ui-libraries) and [Vue plugins](#vue-plugins).
2828

2929
## Frameworks
3030

31-
- [NuxtJS](https://nuxtjs.org)
31+
- [Nuxt](https://nuxtjs.org)
3232
- [Quasar](https://quasar.dev)
3333
- [Gridsome](https://gridsome.org)
34-
- [Vuepress](https://vuepress.vuejs.org)
34+
- [VuePress](https://vuepress.vuejs.org)
3535

3636
To support a new Vue framework, please look at [detectors/frameworks.json](detectors/frameworks.json).
3737

38-
## UI Librairies
38+
## UI Libraries
3939

4040
- [Element UI](https://element.eleme.io)
4141
- [Vuetify](https://vuetifyjs.com)
@@ -65,9 +65,9 @@ To support a new UI library, please look at [detectors/uis.json](detectors/uis.j
6565

6666
To support a new Vue plugin, please look at [detectors/plugins.json](detectors/plugins.json).
6767

68-
## Nuxt Infos
68+
## Nuxt Info
6969

70-
When [NuxtJS](https://nuxtjs.org) is detected as a framework, it will also detect:
70+
When [Nuxt](https://nuxtjs.org) is detected as a framework, it will also detect:
7171

7272
- If the website is *server-rendered* (`mode: 'universal'`)
7373
- If the website is *static* (`nuxt generate`)
@@ -77,7 +77,7 @@ See [detectors/nuxt.meta.json](detectors/nuxt.meta.json) for the detection.
7777
It will also detect the Nuxt modules used, refer to [detectors/nuxt.modules.json](detectors/nuxt.modules.json) to support new Nuxt modules.
7878

7979

80-
## NPM module
80+
## NPM Module
8181

8282
You can use `vue-telescope-analyzer` locally on your project:
8383

0 commit comments

Comments
 (0)