aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authortomaka <pierre.krieger1708@gmail.com>2014-10-03 09:16:36 +0200
committertomaka <pierre.krieger1708@gmail.com>2014-10-03 09:16:36 +0200
commit56ca9b8d14ed1fefe3c60759311353e6b72a3515 (patch)
tree3787c15e41b59d509d7f34b5e541084d8842fa64 /README.md
parent0584ac184c8558382009958860cbf742bcf6d43e (diff)
downloadglutin-56ca9b8d14ed1fefe3c60759311353e6b72a3515.tar.gz
glutin-56ca9b8d14ed1fefe3c60759311353e6b72a3515.zip
Rename gl-init-rs to glutin in the README
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
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
```