docs: Update README.md

cargo build -> cargo run
This commit is contained in:
Mike Welsh 2019-05-16 10:31:23 -07:00 committed by GitHub
parent b5ef3cb4ea
commit 0405666849
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Ruffle is an Adobe Flash Player emulator written in Rust.
### Desktop ### Desktop
* `cargo build --package=ruffle_desktop -- test.swf` * `cargo run --package=ruffle_desktop -- test.swf`
### Web ### Web