From 9322c4457c5f63626d0763f63539dc6b205ada19 Mon Sep 17 00:00:00 2001 From: Jason Lengstorf Date: Sun, 9 Jun 2019 12:15:23 -0700 Subject: [PATCH] docs: update the prop to match the underlying API The upstream provider looks for a `url` prop, so these docs were causing errors. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index adc9a3c..07fc8b8 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ import "react-netlify-identity-widget/styles.css" function App() { const url = process.env.REACT_APP_NETLIFY_URL // supply the url of your Netlify site instance. VERY IMPORTANT return ( - + )