Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
estruyf committed Jan 27, 2025
1 parent ff97f6b commit 08d021a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ To reset the settings, you can use the following steps:
<code>setState</code>
</td>
<td>
Set a state in the extension which is cleared on startup or when you reset the demos. You can use the state value in your demo steps by using the following <code>{STATE_<key>}</code> syntax.
Set a state in the extension which is cleared on startup or when you reset the demos. You can use the state value in your demo steps by using the following <code>{STATE_&lt;key&gt;}</code> syntax.
</td>
<td>

Expand Down Expand Up @@ -699,7 +699,7 @@ To reset the settings, you can use the following steps:
<code>executeScript</code>
</td>
<td>
Execute a script in the background of which you can use the output in the next steps with <code>{STATE_<script id>}</code> syntax.
Execute a script in the background of which you can use the output in the next steps with <code>{SCRIPT_&lt;script id&gt;}</code> syntax.
</td>
<td>

Expand Down

0 comments on commit 08d021a

Please sign in to comment.