README.md in gdpr-1.0.1 vs README.md in gdpr-1.0.2

- old
+ new

@@ -23,24 +23,28 @@ <%= render 'gdpr/cookie_consent' %> ``` Add this to javascripts: ```js -//= require gdpr +//= require gdpr/gdpr ``` Add this to stylesheets: ```sass -@import 'gdpr' +@import 'gdpr/gdpr' ``` ## Checklist https://www.eugdpr.org/ [x] Cookie consent [ ] Privacy policy -[ ] Optin must exist, and must not be checked by default +[ ] There must be an optin +[ ] Optin must be unchecked by default +[ ] Account must be deletable +[ ] Users must have access to their data +[ ] Users must be able to modify their data ## Contributing Contribution directions go here. ## License