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