From 6a5a02c97c8519ec72d7980a2a31f23379be71e6 Mon Sep 17 00:00:00 2001 From: Joel Vandenberg Date: Tue, 14 Nov 2023 15:26:50 -0600 Subject: [PATCH] bah readme fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 290361f..6c973c8 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ - DO NOT USE THE NPM VERSION OF STREAMDOCK (I didn't put it there and it is old AF) - And, really, just use a release... - NOTE: There is an odd bug some people run into where the dist for Castlabs Electron won't load. To fix, delete the dist directory under Electron in the node_modules directory and then run install.js from it (```node run install.js```). That should fix it. + NOTE: There is an odd bug some people run into where the dist for Castlabs Electron won't load. To fix, delete the dist directory under Electron in the node_modules directory and then run install.js from it (```node install.js```). That should fix it. ## Running the code Some npm scripts are already setup in package.json\