Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
cipherlogs committed Oct 19, 2022
2 parents 618117a + 418a86d commit 6aef4d0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ in you HTML markup.
<br>

# How to
Before you read the documentation, watch this 3min video
Before you read the documentation, watch this video
to understand some basics that will save you headaches later.

[Watch it on YouTube](https://youtu.be/PT3ZhB4-Y40)
Expand Down Expand Up @@ -68,12 +68,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/[email protected]/plug.min.js"

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

<br>
Expand All @@ -82,12 +82,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/[email protected]/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 6aef4d0

Please sign in to comment.