aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitri Shuralyov <shurcooL@gmail.com>2015-01-27 18:50:37 -0800
committerDmitri Shuralyov <shurcooL@gmail.com>2015-01-27 18:50:37 -0800
commit9231eba7de782ba5156ec7275b576b0a922aa8d7 (patch)
treeccac48a60e31cefaf5453ddf5058788f585576cb
parenta521f6d83a0c82047d49328a275acbb98b5dc4fe (diff)
parentadfe67d2533cb75267907f1985984d6defea464d (diff)
downloadgl-9231eba7de782ba5156ec7275b576b0a922aa8d7.tar.gz
Merge pull request #179 from go-gl/point-to-latest-glfwHEADstudio-master-releasestudio-1.3-releasemaster
README: Point to latest version of GLFW bindings.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fdf3ed9..4db7379 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ Examples can be found in our [examples repository](https://github.com/go-gl/exam
# More libraries: Easy windowing, meshes, text rendering, etc:
-* [GLFW bindings](https://github.com/go-gl/glfw) for easy windowing, input etc.
+* [GLFW bindings](https://github.com/go-gl/glfw3) for easy windowing, input etc.
* [gltext](https://github.com/go-gl/gltext) a native go library for glyph packing and text rendering
* [glu](https://github.com/go-gl/glu) GLU bindings
* [glchart](https://github.com/go-gl/glchart) a [go chart](https://github.com/vdobler/chart) OpenGL backend