We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa0f352 commit 1a57001Copy full SHA for 1a57001
1 file changed
README.md
@@ -11,7 +11,7 @@ The Cookiebot Consent Banner Loader is a streamlined script designed to effortle
11
Install with npm
12
13
```bash
14
- npm i @gietmanic/react-cookiebot
+ npm i @danielgtmn/react-cookiebot
15
```
16
17
## Usage/Examples
@@ -26,7 +26,7 @@ In the Main Layout File
26
Replace GTag with your GTag ID and GAnalytics with your Analytics Id
27
28
```javascript
29
-import CookieBotLoader from "@gietmanic/react-cookiebot";
+import CookieBotLoader from "@danielgtmn/react-cookiebot";
30
31
function App() {
32
return (
0 commit comments