Skip to content

Commit

Permalink
Changes in readme according to the new package name
Browse files Browse the repository at this point in the history
  • Loading branch information
hsercanatli committed Jan 20, 2016
1 parent e58d788 commit 0b0ecd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# makamtonicidentifier
# tonicidentifier_makam
An Automatic Tonic Identification Method for Turkish Makam Music Recordings

Introduction
Expand All @@ -15,7 +15,7 @@ Usage
=======
```python
import json
from tonic_identifier.tonic_identifier import TonicLastNote
from tonicidentifier.tonicidentifier import TonicLastNote
from pitchfilter.pitchfilter import PitchPostFilter

pitch = json.load(open("sample_data/cab08727-d5c2-4fda-9d96-d107915a85ec.json", 'r'))['pitch']
Expand Down

0 comments on commit 0b0ecd8

Please sign in to comment.