Browse Source

Update README.md

Simon 3 years ago
parent
commit
5702ce9261
1 changed files with 3 additions and 2 deletions
  1. 3 2
      README.md

+ 3 - 2
README.md

@@ -19,9 +19,10 @@ To get the class documentation similar to [the one for OSMD](https://opensheetmu
 The docs will be in `/build/docs`.
 
 ## Using transposition without the audio player
-To use the TranspositionPlugin, you need the build:
+To use the TranspositionPlugin, you may need the build:
 [transpose-osmd-plugin.min.js.zip](https://github.com/opensheetmusicdisplay/osmd-extended/files/6024382/transpose-osmd-plugin.min.js.zip) <br>
-Note that this only works with OSMD 0.9.4+.
+Note that this only works with OSMD 0.9.4+.<br>
+Though since OSMD 1.0, the transposition class has been added to public OSMD.
 
 Here is an example HTML of how to use OSMD + transposition plugin:
 [indexFileSelect.html.zip](https://github.com/opensheetmusicdisplay/osmd-extended/files/6024386/indexFileSelect.html.zip)