Merge pull request #179 from go-gl/point-to-latest-glfw

README: Point to latest version of GLFW bindings.
diff --git a/README.md b/README.md
index fdf3ed9..4db7379 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@
 
 # 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