diff --git a/README.md b/README.md index 9f9e484..b65745e 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ This repository contains a JavaScript-based cookie consent management system des ## Installation 1. **Clone the Repository:** ```bash - git clone https://github.com/rastmob/rastmobile-cookie-consent.git + git clone https://github.com/rastmob/cookie-management.git ``` 2. **Include the Script and CSS:** Add the following lines to your HTML file: ```html - - + + ``` 3. **Add Script Tags:** @@ -33,7 +33,7 @@ This repository contains a JavaScript-based cookie consent management system des type="text/plain" data-rastmobile-cookiecategory="marketing" data-scriptname="Marketing Script" - data-scripturl="/path/to/marketing-script.js"> + data-scripturl="/./marketing-script.js"> ```