From 301da1c544f04aeb43abd7c94f230825ed13e5e8 Mon Sep 17 00:00:00 2001 From: Daniel Collin Date: Thu, 25 Oct 2018 11:00:38 +0200 Subject: [PATCH] Removed broken screenshot --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 64423c9..bca155a 100644 --- a/README.md +++ b/README.md @@ -62,9 +62,7 @@ cargo build 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) +This will run the [noise example](https://github.com/emoon/rust_minifb/blob/master/examples/noise.rs) ## License