From 6a63eb5d41352cb1f5504dbeed50eccc8879cc4a Mon Sep 17 00:00:00 2001 From: Aadhavan Srinivasan Date: Tue, 1 Jul 2025 15:32:53 -0400 Subject: [PATCH] Updated README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index fd7e42c..e21d2fa 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,17 @@ It was cobbled together from the following projects, so huge thanks to them: - https://github.com/KCarlile/guitar-diagrams-js - Drawing a customizable fretboard - https://tonejs.github.io/ - Playing audio - https://github.com/nbrosowsky/tonejs-instruments - Guitar sound samples + +It is defined as a web component, so you can use it by including `guitar-diagrams-web-component.mjs` and using the component. + +### Example +```html + + + + + + + + +```