Skip to content

Commit

Permalink
Fixing div ID typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KCarlile committed May 31, 2024
1 parent 1062ddd commit 604402f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Or, alternately, you can manually edit your `package.json` file and add the foll
If you want to use a CDN-hosted package (e.g., Guitar Diagrams JS on JSDelivr at `https://cdn.jsdelivr.net/gh/KCarlile/guitar-diagrams-js@main/guitar-diagrams.js`), you can reference it in your code like this:

```html
<div id="diagram1"></div>
<div id="diagram-1"></div>
<script type="module">
import { GuitarDiagramsJS } from 'https://cdn.jsdelivr.net/gh/KCarlile/guitar-diagrams-js@main/guitar-diagrams.js';
Expand Down

0 comments on commit 604402f

Please sign in to comment.