diff --git a/README.md b/README.md
index 4f0f270..2131e89 100644
--- a/README.md
+++ b/README.md
@@ -123,7 +123,7 @@ The `NoteEvent` supports these options:
startTick |
number |
- Specific tick where this event should be played. If this parameter is supplied then `wait` is disregarded if also supplied. |
+ Specific tick where this event should be played. If this parameter is supplied then wait is disregarded if also supplied. |
diff --git a/package.json b/package.json
index c03d388..99813e2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "midi-writer-js",
- "version": "1.6.0",
+ "version": "1.7.0",
"description": "A library providing an API for generating MIDI files.",
"main": "build/index.js",
"dependencies": {