diff options
author | Adam Spiers <git@adamspiers.org> | 2015-01-16 23:58:04 +0000 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2015-01-16 23:58:04 +0000 |
commit | 9b9a1303fc7d534771cb961e629068f44660e7c1 (patch) | |
tree | 75d33ad7910ed8b8cbc539655de029a43834ca41 | |
parent | 50156585798304da336be61caca45be118a5ab23 (diff) | |
download | git-deps-9b9a1303fc7d534771cb961e629068f44660e7c1.tar.gz |
fix HTML text about double-clicking
-rw-r--r-- | html/git-deps.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/git-deps.html b/html/git-deps.html index ce42c97..945488f 100644 --- a/html/git-deps.html +++ b/html/git-deps.html @@ -22,7 +22,7 @@ Use mouse-wheel to zoom. Drag background to pan. Hover over a commit for more information. - Double-click a commit to find dependencies of that commit. + Click a commit's plus icon to find dependencies of that commit. </p> <form class="commitish" action="#"> |