diff --git a/README.md b/README.md index 7e35ee1..e58e039 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ Optionally specify following CMake options for custom builds: * `-DBUILD_SHARED_LIBS=ON` to enable a [shared](https://cmake.org/cmake/help/latest/variable/BUILD_SHARED_LIBS.html) library build, * `-DVCPKG=ON` to enable the [vcpkg](https://vcpkg.io) compatible library only build without executables, * `-DDEB=ON` to enable the [deb](https://en.wikipedia.org/wiki/Deb_(file_format)) package build for library and main executable, -* `-DWASM=ON` to enable the [wasm](https://emscripten.org) library build used in [demo](https://github.com/jurihock/stftPitchShiftDemo). +* `-DWASM=ON` to enable the [wasm](https://emscripten.org) library build used in [demo](https://github.com/jurihock/stftPitchShiftDemo) project. ### Python