We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bfc2ec commit 9b9afa1Copy full SHA for 9b9afa1
1 file changed
README.md
@@ -38,7 +38,7 @@ You can have the browser download the library from its closest location through
38
<script src="https://cdn.jsdelivr.net/npm/@abstractapi/javascript-core@latest/dist/javascript-core.js"></script>
39
<script src="https://cdn.jsdelivr.net/npm/@abstractapi/javascript-ip-geolocation@latest/dist/javascript-ip-geolocation.js"></script>
40
<script>
41
- AbstractEmailValidation.configure('API_KEY');
+ AbstractIpGeolocation.configure('API_KEY');
42
43
// use the library
44
</script>
0 commit comments