From 56ca9b8d14ed1fefe3c60759311353e6b72a3515 Mon Sep 17 00:00:00 2001 From: tomaka Date: Fri, 3 Oct 2014 09:16:36 +0200 Subject: Rename gl-init-rs to glutin in the README --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 76dd4fb..d15ae36 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,14 @@ -# gl-init-rs +# glutin Alternative to GLFW in pure Rust. -[![Build Status](https://travis-ci.org/tomaka/gl-init-rs.png?branch=master)](https://travis-ci.org/tomaka/gl-init-rs) -[![Gitter Chat](https://badges.gitter.im/tomaka/gl-init-rs.png)](https://gitter.im/tomaka/gl-init-rs) +[![Build Status](https://travis-ci.org/tomaka/glutin.png?branch=master)](https://travis-ci.org/tomaka/glutin) ## Try it! ```bash -git clone https://github.com/tomaka/gl-init-rs -cd gl-init-rs +git clone https://github.com/tomaka/glutin +cd glutin cargo test ./target/test/window # or target\test\window.exe ``` -- cgit v1.2.3