From d1f1dd475c4f7de292aed722192a8852fecbacba Mon Sep 17 00:00:00 2001 From: Faris Mahmutovic Date: Thu, 8 Feb 2024 22:53:13 +0100 Subject: [PATCH] chore: update readme --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) 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.