Skip to content

Commit

Permalink
fix: refactor old leftover to correct package
Browse files Browse the repository at this point in the history
  • Loading branch information
puria committed May 7, 2024
1 parent 1703c17 commit d12818d
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,18 @@ This software is meant for the Dyne.org hackers that want to easily implement we
### To use it add to your html page the following:

```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@didroom/components/dist/dyne-components/dyne-components.css" />
<script type="module" src="https://cdn.jsdelivr.net/npm/@didroom/components/dist/dyne-components/dyne-components.esm.js"></script>
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@dyne/components/dist/dyne-components/dyne-components.css" />
<script type="module" src="https://cdn.jsdelivr.net/npm/@dyne/components/dist/dyne-components/dyne-components.esm.js"></script>
</head>
<body>
<dyne-button emphasis="high">I'm useless but I love you 🥰</dyne-button>
</body>
</html>
```

for the list of components please head your browser to
Expand Down Expand Up @@ -94,4 +104,4 @@ Please first take a look at the [Dyne.org - Contributor License Agreement](CONTR
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.

**[🔝 back to top](#toc)**
**[🔝 back to top](#toc)**

0 comments on commit d12818d

Please sign in to comment.