From 28f079fed53a6f738c2f86dc6c09fc78925efa98 Mon Sep 17 00:00:00 2001 From: Nail Date: Fri, 1 Sep 2023 10:47:06 +0300 Subject: [PATCH] Update README.md --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0871537..94c2526 100644 --- a/README.md +++ b/README.md @@ -36,14 +36,14 @@ Utilizing the library within the recommended range ensures optimal accuracy in c ### Basic Usage (Direct include) -1 **Download Library Files:** +#### Download Library Files: - i_shape_js.js - i_shape_js_bg.wasm - -2 **Place Files:** Put these files in a folder accessible by your HTML. In this example, we put them under the ishape/ directory. - You can find it at: [pkg](https://github.com/iShape-Rust/iShape-js/tree/main/pkg) + +#### Place Files: +Put these files in a folder accessible by your HTML. In this example, we put them under the ishape/ directory. Example HTML Usage Here is a simple HTML example that demonstrates how to use the iShape library for geometric union operations. @@ -112,12 +112,11 @@ Use the imported classes to perform geometric operations. The result of the union operation will be displayed in a
 tag with the ID result.
 
-#### Note
+### Note
 
 This is a basic example. You can extend it further to suit your application's specific needs.
 
 
-
 ### Union