From 53f7353fa308dd03271f4144397f259e35c4cb64 Mon Sep 17 00:00:00 2001 From: zsviczian Date: Sat, 11 Dec 2021 11:56:26 +0100 Subject: [PATCH] Update introduction.md --- docs/API/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/API/introduction.md b/docs/API/introduction.md index 55bd770..5e9bb8f 100644 --- a/docs/API/introduction.md +++ b/docs/API/introduction.md @@ -8,7 +8,7 @@ const ea = ExcalidrawAutomate; ea.reset(); ``` -In case you are using the Excalidraw plugin's built in [Scripting Engine](../ExcalidrawScriptsEngine.md), the engine will take care of initializing the ea object. +In case you are using the Excalidraw plugin's built in [Scripting Engine](../ExcalidrawScriptsEngine.md), the engine will take care of initializing the `ea` object. The first line creates a constant so you can avoid writing ExcalidrawAutomate 100x times.