diff --git a/examples/wasm-benchmark/LICENSE b/examples/wasm-benchmark/LICENSE index b9d91ff..bba8fff 100644 --- a/examples/wasm-benchmark/LICENSE +++ b/examples/wasm-benchmark/LICENSE @@ -1,4 +1,4 @@ -The PSPDFKit for Web component is under a commercial license. +The Nutrient Web SDK component is under a commercial license. Ping sales@nutrient.io for details. The remaining benchmark code is under MIT: diff --git a/examples/wasm-benchmark/README.md b/examples/wasm-benchmark/README.md index b625b75..77191e5 100644 --- a/examples/wasm-benchmark/README.md +++ b/examples/wasm-benchmark/README.md @@ -54,7 +54,7 @@ You can build an optimized version using the following command: PUBLIC_URL="/webassembly-benchmark/" npm run build ``` -Where `PUBLIC_URL` must be set according to the final URL, where the application is hosted. +Where `PUBLIC_URL` must be set according to the final URL, where the application is hosted, so the benchmark will be available at `http://your-domain.com/webassembly-benchmark/`. ## Optimizations diff --git a/examples/wasm-benchmark/config/license-key b/examples/wasm-benchmark/config/license-key deleted file mode 100644 index e69de29..0000000 diff --git a/examples/wasm-benchmark/public/index.html b/examples/wasm-benchmark/index.html similarity index 77% rename from examples/wasm-benchmark/public/index.html rename to examples/wasm-benchmark/index.html index dd2eb2c..2a17efb 100644 --- a/examples/wasm-benchmark/public/index.html +++ b/examples/wasm-benchmark/index.html @@ -4,7 +4,7 @@ WebAssembly Benchmark by Nutrient - +