Skip to content

Commit 0fe1a6d

Browse files
committed
chore(index): update usage instructions
1 parent 3f35b8d commit 0fe1a6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ function showDetails(data, connected) {
1919
details_top.innerHTML += "<ul>";
2020
details_top.innerHTML += "<li>Use the 'Toggle Filters' button to activate the simulation engine filter.</li>";
2121
details_top.innerHTML += "<li>Select what simulation engines you would like to show in the graph.</li>";
22-
details_top.innerHTML += "<li>Select a node to see its ecosystem in the graph.</li>";
23-
details_top.innerHTML += "<li>Double click/tap on a node to see details of the tool.</li>";
24-
details_top.innerHTML += "<li>Click outside to unselect nodes.</li>";
22+
details_top.innerHTML += "<li>Single click/tap a node to see details of the tool.</li>";
23+
details_top.innerHTML += "<li>Double click/tap a node to see its ecosystem in the graph.</li>";
24+
details_top.innerHTML += "<li>Double click outside to unselect nodes and return to the overview.</li>";
2525
details_top.innerHTML += "</ul>";
2626
details_top.innerHTML += "<h3 class='mt-3'>Contributing</h2>";
2727
details_top.innerHTML += `<p>Contributions are welcome! If you have anything to add or correct in the data,

0 commit comments

Comments
 (0)