Skip to content

Commit

Permalink
Add TommyBox specific URL protocols
Browse files Browse the repository at this point in the history
  • Loading branch information
xnbox committed Aug 18, 2021
1 parent aa221df commit 78b3447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ java -jar MyKillerApp.jar --password mysecret myparam1 myparam2 ...
<tr></tr>
<tr><td><code>open: </code></td><td>Open the given URL in OS </td><td><code>&lt;a href="open:">Open&lt;/a&gt;</code></td>
<tr></tr>
<tr><td><code>open_in_browser:</code></td><td>Open the given URL in browser</td><td><code>&lt;a href="open_in_browser:">Open in Browser&lt;/a&gt;</code></td>
<tr><td><code>open_in_browser:</code></td><td>Open the given URL in the browser</td><td><code>&lt;a href="open_in_browser:">Open in Browser&lt;/a&gt;</code></td>
<tr></tr>
<tr><td><code>java: </code></td><td>Launch Java code </td><td><code>&lt;a href="java:">Launch Java Code&lt;/a&gt;</code></td>
<tr></tr>
Expand Down

0 comments on commit 78b3447

Please sign in to comment.