From 417e27b3f1d2872ef2807f34ce8ddc498f8f5c7d Mon Sep 17 00:00:00 2001 From: Daniel Collin Date: Mon, 23 Nov 2015 19:41:26 +0100 Subject: [PATCH] Updated README with link to Rust --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfbc160..6f4ac97 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ rust_minifb ====== -rust_mini (Mini FrameBuffer) is a small cross platform library written in Rust and that makes it easy to render (32-bit) pixels in a window. An example is the best way to show how it works: +rust_mini (Mini FrameBuffer) is a small cross platform library written in [Rust](https://www.rust-lang.org) and that makes it easy to render (32-bit) pixels in a window. An example is the best way to show how it works: ```rust extern crate minifb;