From c972d2315769109af43766dfb44eb78718ea911b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanislav=20Jak=C3=BAbek?= Date: Tue, 3 Apr 2018 12:04:09 +0200 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd7cc39..7f990a0 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ make -j$(nproc) > **Note:** * If the build runs into errors like "collect2: fatal error: ld terminated with signal 9 [Killed]" due to out of memory, you could try with reducing the number of threads in "make" command. * Debug build can be done by using -DCMAKE_BUILD_TYPE=Debug. -* To enable Wayland support, you need to build the driver by using -DBUILD_WAYLAND_SUPPORT=ON and install the Wayland [WSA libarary](https://github.com/GPUOpen-Drivers/wsa). +* To enable Wayland support, you need to build the driver by using -DBUILD_WAYLAND_SUPPORT=ON and install the Wayland [WSA library](https://github.com/GPUOpen-Drivers/wsa). ## Installation Instructions ### Install Vulkan SDK