diff --git a/README.md b/README.md index 333d27a..b1f2e7b 100644 --- a/README.md +++ b/README.md @@ -54,13 +54,13 @@ To use in ES5 environments, add the following: 1. **polyfills.js**: This script provides polyfills for features not supported in older browsers. ```html - + ``` 2. **index.es5.js**: This is the main script file for the `@hcaptcha/loader` package, compiled for ES5 environments. ```html - + ``` @@ -69,8 +69,8 @@ Once you have included the necessary dependencies, you can use the `@hcaptcha/lo ```html - - + +
@@ -84,7 +84,3 @@ Once you have included the necessary dependencies, you can use the `@hcaptcha/lo ``` - -#### Important Notes - -- Ensure that the paths to the script files (`polyfills.js` and `index.es5.js`) are correct relative to your HTML file.