From 31e426a4042d322e81368e11f801dc0669f40b1b Mon Sep 17 00:00:00 2001 From: Daniel Collin Date: Mon, 23 Nov 2015 19:27:18 +0100 Subject: [PATCH] Some minor fixes --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1a95781..8ddc383 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,10 @@ fn main() { Build instructions ------------------ +``` cargo build cargo run --example noise to test the noise example which should look something like this (Mac screenshot) +``` ![mac_screenshot](https://dl.dropboxusercontent.com/u/5205843/rust_minifb/noise_screen.png)