We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebd0b67 commit aba7d81Copy full SHA for aba7d81
README.md
@@ -109,7 +109,7 @@ Import or require as usual:
109
const netlifyIdentity = require('netlify-identity-widget');
110
111
netlifyIdentity.init({
112
- container: '#netlify-modal' // defaults to document.body,
+ container: '#netlify-modal', // defaults to document.body
113
locale: 'en' // defaults to 'en'
114
});
115
0 commit comments