summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 73c2c0c..a53730d 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ features.
```
$ cd examples/player/
-$ cargo run /tmp/D_E1A1.MID
+$ cargo run D_E1A1.MID
```
@@ -26,5 +26,6 @@ cargo test -- --test-threads=1
# TODO
-- [ ] Implement a wrapper for WildMidi_SetOption.
+- [x] Implement wrappers for WildMidi_GetInfo.
+- [ ] Implement wrappers for WildMidi_SetOption.
- [ ] Valid MIDI blob for use in testing 'load' and the methods of 'Midi'.