Skip to content

Commit

Permalink
Add missing closing brace
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Wilson committed Jun 10, 2019
1 parent e9f38da commit 836eec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ Just like the regular version of Game Music Emu, you can choose which emulators
For example, if you only want to use *Nintendo* and *Game Boy* emulators, you'd write:

```
gme = { version = 0.1, default-features = false, features = ["gbs", "nsf"]
gme = { version = 0.1, default-features = false, features = ["gbs", "nsf"] }
```
See [Cargo.toml](Cargo.toml) for all available features. The build logic is in [build.rs](build.rs). You can call `gme::type_list()` at runtime for a list of emulators you compiled with.

Expand Down

0 comments on commit 836eec3

Please sign in to comment.