From 1105de9cc2ee31df48f9495749be499a09929e0c Mon Sep 17 00:00:00 2001 From: Daniel Collin Date: Mon, 23 Nov 2015 19:39:43 +0100 Subject: [PATCH] Updated README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 708d34b..bfbc160 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,9 @@ Build instructions ``` cargo build - -cargo run --example noise to test the noise example https://github.com/emoon/rust_minifb/blob/master/examples/noise.rs which should look something like this (Mac screenshot) +cargo run --example noise ``` +This will run the [noise example](https://github.com/emoon/rust_minifb/blob/master/examples/noise.rs) which should look something like this (Mac screenshot) + ![mac_screenshot](https://dl.dropboxusercontent.com/u/5205843/rust_minifb/noise_screen.png)