From 51cf196ddfa37bc3c166181160c44891626de75b Mon Sep 17 00:00:00 2001 From: Adam Jagosz Date: Tue, 15 Oct 2019 02:38:21 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e1fd56b..21916a1 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,10 @@ # chord-fingering -This project uses and is inspired by [tonaljs](https://github.com/tonaljs/tonal), a music theory library. The main objectives are: - - * chord symbol recognition, - * generation of chord fingerings. +A CommonJS module for generating chord fingerings for any tuning. Chords can be found by their symbols in the Anglophone alphabetic musical notation. +The package has been developed for the [Chordline app](https://hyvyys.github.io/chordline/). +This project uses and is inspired by [tonaljs](https://github.com/tonaljs/tonal), a music theory library. The data powering the project comprises 111 unique chord patterns. ## Installation @@ -26,8 +25,6 @@ console.log(chord.fingerings[0].positionString); // => 'x32010' For more in-depth examples see [API](#API). -The package has been developed for the [Chordline app](https://hyvyys.github.io/chordline/). -