From 2a7299338bd40f508e84c9bd00a9a488d6145bc1 Mon Sep 17 00:00:00 2001 From: Paul Falstad Date: Tue, 9 Mar 2021 13:53:25 -0800 Subject: [PATCH] add link to jsinterface example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7af9ca87..d24e298e 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ You can add query parameters to link to change the applications startup behaviou .../circuitjs1.html?positiveColor=%2300ff00 // change positive voltage color (rrggbb) .../circuitjs1.html?negativeColor=%23ff0000 // change negative voltage color ``` -The simulator can also interface with your javascript code. See war/jsinterface.html for an example. +The simulator can also interface with your javascript code. See [war/jsinterface.html](http://www.falstad.com/circuit/jsinterface.html) for an example. ## Building an Electron application