From 2b1e2d2e4957461a47ad6dac3256b1e3f42c0e79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Tue, 10 Dec 2019 20:10:12 +0100 Subject: [PATCH] Fix typo (cherry picked from commit 7e03bce1387696918bef4a7022cb5cc3db39e2ea) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81f31bdf..2bd0a9b8 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ in the documentation for more information. GLFW itself depends only on the headers and libraries for your window system. The (experimental) Wayland backend also depends on the `extra-cmake-modules` -package, which is used to generated Wayland protocol headers. +package, which is used to generate Wayland protocol headers. The examples and test programs depend on a number of tiny libraries. These are located in the `deps/` directory.