Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cipherlogs authored Oct 19, 2022
1 parent eda556f commit 418a86d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ You can inject **UHUGRID** in two ways
You inject it in you HTML markup and the rest will be taken care of!

```HTML
<scripy
<script
defer
src = "https://cdn.jsdelivr.net/npm/uhugrid@1.0.0/plug.min.js"

>
</scripy>
</script>
```

<br>
Expand All @@ -83,12 +83,12 @@ You inject it in you HTML markup and the rest will be taken care of!
To inject the **4kb** library you can use the following CDN

```HTML
<scripy
<script
defer
src = "https://cdn.jsdelivr.net/npm/uhugrid@1.0.0/main.min.js"

>
</scripy>
</script>
```

the layout won't work by default, it is up to you to activate it
Expand Down

0 comments on commit 418a86d

Please sign in to comment.