Skip to content

Commit 763c566

Browse files
committed
added explanation to playground demo.
1 parent f16d19a commit 763c566

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demos/webpack-app/public/playground.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ <h2>🛠 Playground</h2>
1919

2020
<p class="explanation">
2121
This demo enables you to design a workflow and test it. After any change, the workflow is re-executed. Additionally, you can
22-
adjust input values utilized in the workflow to observe how your algorithm operates with various data. Check the console to
22+
adjust input values utilized in the workflow to observe how your algorithm operates with various data. Check the below console to
2323
view the execution logs.
2424
</p>
2525

2626
<h4>Inputs</h4>
2727
<div id="inputs" class="variables"></div>
2828

29-
<h4>Logs</h4>
29+
<h4>Console</h4>
3030
<ul id="logs" class="logs"></ul>
3131

3232
<h4>Outputs</h4>

0 commit comments

Comments
 (0)