Skip to content

Commit

Permalink
Fixed guitar Cmajor chord. Thanks to @T-vK for reporting here:
Browse files Browse the repository at this point in the history
  • Loading branch information
tombatossals committed Sep 2, 2017
1 parent 97e4cda commit 0151faf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/guitar.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/db/guitar/chords/C/major.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ export default {
suffix: 'major',
positions: [
{
frets: '332010',
fingers: '342010'
frets: 'x32010',
fingers: '032010'
},
{
frets: '335553',
Expand Down

0 comments on commit 0151faf

Please sign in to comment.