Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
wvengen committed Jul 2, 2021
1 parent 9c1a5a4 commit 9367113
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ name = "myproject"
version = "0.0.1"
[dependencies]
rmididings = "^0.2.0"
rmididings = "^0.2.1"
```

Then, from within the project directory, run `cargo run`, and you're set. This sample
Expand Down Expand Up @@ -115,8 +115,8 @@ md.run(RunArguments {
}
],
control: &Fork!(
Chain!(KeyFilter(62), SceneSwitch(2), Discard()),
Chain!(KeyFilter(60), SceneSwitch(1), Discard())
Chain!(TypeFilter!(Note), KeyFilter(62), SceneSwitch(2)),
Chain!(TypeFilter!(Note), KeyFilter(60), SceneSwitch(1))
),
..RunArguments::default()
})?;
Expand Down

0 comments on commit 9367113

Please sign in to comment.