From f8cb287ea511e75e78e6237bf536a1083715e4ea Mon Sep 17 00:00:00 2001 From: Armchair Traveller <37859013+armchair-traveller@users.noreply.github.com> Date: Sun, 30 Aug 2020 14:06:02 -0700 Subject: [PATCH] module example code typo missing comma of obj is in comments instead --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c0f86e3d..7266fbeae 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ Import or require as usual: const netlifyIdentity = require('netlify-identity-widget'); netlifyIdentity.init({ - container: '#netlify-modal' // defaults to document.body, + container: '#netlify-modal', // defaults to document.body locale: 'en' // defaults to 'en' });