From 424e913521745d36aebbb5d22b09e043d82dcff9 Mon Sep 17 00:00:00 2001 From: Daniel Collin Date: Sun, 3 Jan 2016 08:31:51 +0100 Subject: [PATCH] Correct link to example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 814c491..89b55af 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,6 @@ cargo build cargo run --example noise ``` -This will run the [noise example](https://github.com/emoon/rust_minifb/blob/windows-rs/examples/noise.rs) which should look something like this (Mac screenshot) +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)