Skip to content

Commit 61c2e03

Browse files
authored
Merge pull request #31 from TheCodeRaccoons/Develop
Develop
2 parents b933827 + aa9e59d commit 61c2e03

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,14 @@
2727
<img src="https://raw.githubusercontent.com/TheCodeRaccoons/Imagery/16a395115ab598a94a7d1ab93f182218d8bbb751/wt-logo.svg" alt="WebTricks Logo" height="140" />
2828
</a>
2929
<h5 align="center">
30-
WebTricks aims to create easy to implement, reusable functionalities for the web. As it's name implies, the main platform this project targets is <a href="https://webflow.com/">Webflow</a>, but the majority of the scripts are made with general web development in mind. Meaning that most of this scripts should work without an issue on any website unless it is a CMS functionality or a Webflow specific script.
30+
WebTricks aims to create easy-to-implement, reusable functionalities for the web. The main platform this project was built for at the beginning was <a href="https://webflow.com/">Webflow</a>, but most of the scripts are made to work on any web development project. Meaning that most of the scripts should work without an issue on any website unless it is a CMS ONLY functionality or a Webflow-Specific script.
3131
</h5>
3232
<p align="center">
3333
<a target="_blank" href="https://github.com/TheCodeRaccoons/WebTricks/issues/new/choose">Request a functionality</a>
3434
&middot;
3535
<a href="#contribute">Contribute</a>
36+
&middot;
37+
<a href="https://www.thecoderaccoons.com/webtricks">See the documentation</a>
3638
</p>
3739
</div>
3840

@@ -68,15 +70,15 @@ All of the documentation is explained by functionality in <a href="https://theco
6870
Direct Import via jsDelivr: Webtricks is hosted on jsDelivr, making it simple to include in your project. You can import individual functionalities directly into your HTML file. For example:
6971

7072
```
71-
<script src="https://cdn.jsdelivr.net/gh/your-username/webtricks@latest/dist/Functional/CountUp.min.js"></script>
73+
<script src="https://cdn.jsdelivr.net/gh/TheCodeRaccoons/WebTricks@1/Dist/Functional/ReadTime.min.js"></script>
7274
```
7375
Replace CountUp.min.js with the specific script you want to include.
7476

7577
Multiple Scripts: Add as many scripts as you need to your project by referencing their respective paths. Example:
7678

7779
```
78-
<script src="https://cdn.jsdelivr.net/gh/your-username/webtricks@latest/dist/Functional/CMSFilter.min.js"></script>
79-
<script src="https://cdn.jsdelivr.net/gh/your-username/webtricks@latest/dist/Functional/FormCheck.min.js"></script>
80+
<script src="https://cdn.jsdelivr.net/gh/TheCodeRaccoons/webtricks@1/dist/Functional/CMSFilter.min.js"></script>
81+
<script src="https://cdn.jsdelivr.net/gh/TheCodeRaccoons/webtricks@1/dist/Functional/FormCheck.min.js"></script>
8082
```
8183
Ready to Use: Once imported, the scripts initialize automatically, provided the correct HTML attributes are in place.
8284

0 commit comments

Comments
 (0)