Skip to content

Commit 48d96df

Browse files
authored
docs: update readme
1 parent c6d31aa commit 48d96df

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# vue-telemetry-website
1+
# Vue Telemetry Browser Extensions
22

3-
> Curated list of vuejs websites
3+
> Browser extensions for [VueTelemetry](https://vuetelemetry.com), available on Chrome and Firefox.
44
5-
## Installation
5+
## Development
6+
7+
### Installation
68

79
Make sure to have [Yarn](https://classic.yarnpkg.com/en/) installed.
810

@@ -24,7 +26,7 @@ You can then load an unpacked extension by selecting the `dist` directory create
2426

2527
The extension will be automatically reloaded each time you make a change thanks to HMR.
2628

27-
## Build
29+
### Build
2830

2931
To build the extension you have to run:
3032

@@ -39,3 +41,7 @@ yarn build-zip
3941
```
4042

4143
You will obtain a `zip` file inside `dist-zip` directory you can upload to the Chrome and Firefox webstore.
44+
45+
## License
46+
47+
[MIT](./LICENSE)

0 commit comments

Comments
 (0)