You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ If you encountered a problem, [search if an issue already exists](https://github
23
23
npm i -g pnpm
24
24
```
25
25
26
-
3. Follow the [Getting started with Github Desktop](https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/getting-started-with-github-desktop) guide.
26
+
3. Follow the [Getting started with GitHub Desktop](https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/getting-started-with-github-desktop) guide.
27
27
28
28
1. #### Make changes locally
29
29
@@ -43,7 +43,7 @@ If you encountered a problem, [search if an issue already exists](https://github
43
43
pnpm dev
44
44
```
45
45
46
-
Note: If you're making changes to the documentation, use `pnpm dev:docs`.
46
+
Note: If you're making changes to the documentation, use `pnpm docs:dev`.
47
47
48
48
5. Once you've finished, generate the bundled version via:
3. Download the [latest release](https://github.com/orestbida/cookieconsent/releases?q=cookieconsent+v3) from github and use the optimized files located in the `dist` folder.
42
+
3. Download the [latest release](https://github.com/orestbida/cookieconsent/releases?q=cookieconsent+v3) from GitHub and use the optimized files located in the `dist` folder.
@@ -426,7 +426,7 @@ You should now see the consent modal pop up!
426
426
You can also define [external translation files](/advanced/language-configuration.html#external-translations).
427
427
:::
428
428
429
-
If you're having trouble setting up the plugin, you can check out a few [demo examples](https://github.com/orestbida/cookieconsent/tree/master/demo) on github.
429
+
If you're having trouble setting up the plugin, you can check out a few [demo examples](https://github.com/orestbida/cookieconsent/tree/master/demo) on GitHub.
0 commit comments