-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main'
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
@@ -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> | ||
|
@@ -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 | ||
|