diff --git a/README.md b/README.md index abe25aed..6c96e541 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ Alternative to GLFW in pure Rust. ## Try it! -``` +```bash git clone https://github.com/tomaka/gl-init-rs cd gl-init-rs cargo test -./target/test/window // or target\test\window.exe +./target/test/window # or target\test\window.exe ``` ## Usage