From 07e1be6b0f73a454c0af84149fdbeac72f2e6c16 Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Sun, 5 Jan 2025 23:24:53 -0800 Subject: [PATCH] README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1f49cd..79495f7 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ see [example](https://github.com/greggman/node-webgpu/tree/main/example) You can pass dawn options in `create` ```js -let navigator = { +globalThis.navigator = { gpu: create([ "enable-dawn-features=allow_unsafe_apis,dump_shaders,disable_symbol_renaming", ]),