From 550fe5d89daca3f9a16360b193dcde54748d8487 Mon Sep 17 00:00:00 2001 From: Daniel Collin Date: Mon, 23 Nov 2015 19:34:25 +0100 Subject: [PATCH] Added noise.rs link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ddc383..708d34b 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Build instructions ``` cargo build -cargo run --example noise to test the noise example which should look something like this (Mac screenshot) +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) ``` ![mac_screenshot](https://dl.dropboxusercontent.com/u/5205843/rust_minifb/noise_screen.png)