From a0c8d31f037cea863e8dfe0ccea992cf8f26df9a Mon Sep 17 00:00:00 2001 From: Jason Cooke Date: Fri, 24 May 2019 11:17:55 +1200 Subject: [PATCH] docs: fix typo (#625) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23370c5..ced7a2e 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ compile({ - Path to a user provided icon to be used (Windows only). Requires `--build` to be set. - #### `rc: object` - Settings for patching the [node.rc](https://github.com/nodejs/node/blob/master/src/res/node.rc) configuration file (Windows only). - - Example (keys may vary depending ont the version. Reference the file linked above): + - Example (keys may vary depending on the version. Reference the file linked above): ```javascript { CompanyName: "ACME Corp",