diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 6ca0a0cd..6a650863 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -10,7 +10,7 @@ Typescript types `NoteType` and `IntervalType` are now exported: import { Interval, IntervalType, Note, NoteType } from "tonal"; const note: NoteType = Note.get("C4"); -const interval: IntervalType = Interval.get("P4"); +const interval: IntervalType = Interval.get("4P"); ``` ## 6.3.0