diff --git a/website/versioned_docs/version-v2.2.0/guides/obfuscated.mdx b/website/versioned_docs/version-v2.2.0/guides/obfuscated.mdx index 2e7906c4..cb4b381f 100644 --- a/website/versioned_docs/version-v2.2.0/guides/obfuscated.mdx +++ b/website/versioned_docs/version-v2.2.0/guides/obfuscated.mdx @@ -2,7 +2,7 @@ Wails includes support for obfuscating your application using [garble](https://github.com/burrowers/garble). -To produce an obfuscated build, you can use the `-obfuscate` flag with the `wails build` command: +To produce an obfuscated build, you can use the `-obfuscated` flag with the `wails build` command: ```bash wails build -obfuscated