Skip to content

Commit f0e103e

Browse files
Merge pull request appwrite#99 from antoniopetricc/patch-1
Update README.md
2 parents f8480fd + 29790e9 commit f0e103e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ For web in order to capture the OAuth2 callback URL and send it to the applicati
9191
close the window.
9292
<script>
9393
window.opener.postMessage({
94-
flutter-web-auth-2: window.___location.href
94+
'flutter-web-auth-2': window.___location.href
9595
}, window.___location.origin);
9696
window.close();
9797
</script>
@@ -201,4 +201,4 @@ This library is auto-generated by Appwrite custom [SDK Generator](https://github
201201

202202
## License
203203

204-
Please see the [BSD-3-Clause license](https://raw.githubusercontent.com/appwrite/appwrite/master/LICENSE) file for more information.
204+
Please see the [BSD-3-Clause license](https://raw.githubusercontent.com/appwrite/appwrite/master/LICENSE) file for more information.

0 commit comments

Comments
 (0)