Skip to content

Commit 8a55f0f

Browse files
committed
Update README
1 parent 2b842c5 commit 8a55f0f

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

README.md

+2-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# @chordbook/charts - Javascript Guitar Chord Renderer
1+
# @chordbook/charts
22

3-
Renders guitar chords in your browser.
3+
Renders SVG chord diagrams for Guitar / Ukulele in your browser.
44

55
<p align="center">
66
<img src='https://imgur.com/8Stl0gT.png' width=500>
@@ -159,13 +159,6 @@ $ npm start
159159
$ npm publish
160160
```
161161

162-
## Upload demo
163-
164-
```bash
165-
$ gcloud config set account [email protected]
166-
$ ./upload.sh
167-
```
168-
169162
## Acknowledgements
170163

171164
This library is a fork of the excellent [vexchords](https://github.com/0xfe/vexchords) by Mohit Muthanna Cheppudira.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chordbook/charts",
33
"version": "0.0.1",
4-
"description": "SVG Chord Charts via JavaScript",
4+
"description": "SVG chord diagrams for Guitar / Ukulele",
55
"type": "module",
66
"module": "dist/index.js",
77
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)