Skip to content

Commit 2824f50

Browse files
Update readme
1 parent ece6b9e commit 2824f50

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@
44

55
## Setup
66

7-
Install the package `@branchup/docusaurus-plugin-simple-analytics`:
7+
Install the package `docusaurus-plugin-simple-analytics`:
88

99
```
10-
npm install --save @branchup/docusaurus-plugin-simple-analytics
10+
npm install --save docusaurus-plugin-simple-analytics
1111
```
1212

1313
Or
1414

1515
```
16-
yarn add @branchup/docusaurus-plugin-simple-analytics
16+
yarn add docusaurus-plugin-simple-analytics
1717
```
1818

1919
Then, add the plugin to `docusaurus.config.js`:
2020

2121
```
2222
plugins: [
2323
...
24-
['@branchup/docusaurus-plugin-simple-analytics', {}],
24+
['docusaurus-plugin-simple-analytics', {}],
2525
...
2626
],
2727
```
@@ -35,7 +35,7 @@ plugins: [
3535
```
3636
plugins: [
3737
...
38-
['@branchup/docusaurus-plugin-simple-analytics', {
38+
['docusaurus-plugin-simple-analytics', {
3939
domain: 'custom.domain.com'
4040
}],
4141
...
@@ -46,6 +46,10 @@ plugins: [
4646

4747
The plugin has no effect in development.
4848

49+
## Special thanks
50+
51+
Developed by https://www.branchup.tech (https://github.com/branchup).
52+
4953
## License
5054

51-
Licensed under the [MIT License](http://www.opensource.org/licenses/mit-license.php)
55+
Licensed under the [MIT License](http://www.opensource.org/licenses/mit-license.php)

0 commit comments

Comments
 (0)