Update README.md

This commit is contained in:
Safwan Samsudeen 2024-09-18 17:36:58 +05:30 committed by GitHub
parent d6e8700eab
commit 1cd9456e25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,6 +30,11 @@ Include it in your HTML:
<link rel="stylesheet" href="frappe-gantt.css">
```
Or from the CDN:
```
<script src="https://cdn.jsdelivr.net/npm/frappe-gantt/dist/frappe-gantt.umd.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/frappe-gantt/dist/frappe-gantt.css">
```
And start hacking:
```js