diff --git a/README.md b/README.md index 82fbc4b..3facdb7 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,8 @@ var orejimeConfig = { title: 'Inline Tracker', description: 'Example of an inline tracking script', cookies: [ - 'inline-tracker'[ + 'inline-tracker', + [ // When deleting a cookie, Orejime will try to delete a cookie with the given name, // the "/" path, and multiple domains (the current domain and `"." + current domain`). // If an app sets a cookie on a different path or domain than that, Orejime won't be