Skip to content

Commit 9e67362

Browse files
committed
Fixed images for elapsed and symbol_info
1 parent fa9ebac commit 9e67362

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ You don’t have to wait for one form to finish evaluating to evaluate something
114114

115115
By default, Sublime Clojure will also print evaluation time if it took more than 100 ms:
116116

117-
<img src="https://raw.github.com/tonsky/sublime-clojure/master/screenshots/eval_elapsed.png" width="453" height="134" alt="Elapsed time">
117+
<img src="https://raw.github.com/tonsky/sublime-clojure/master/screenshots/eval_elapsed.png" width="500" height="139" alt="Elapsed time">
118118

119119
If your evaluation runs too long and you want to interrupt it, run `Clojure REPL: Interrupt Pending Evaluations`:
120120

@@ -126,7 +126,7 @@ If your evaluation failed, put your cursor inside failed region and run `Clojure
126126

127127
To show symbol info, run `Clojure REPL: Toggle Symbol Info`:
128128

129-
<img src="https://raw.github.com/tonsky/sublime-clojure/master/screenshots/lookup.png" width="593" height="143" alt="Lookup Symbol">
129+
<img src="https://raw.github.com/tonsky/sublime-clojure/master/screenshots/symbol_info.png" width="580" height="172" alt="Toggle Symbol Info">
130130

131131
Universal `Clojure REPL: Toggle Info` command acts as either `Toggle Stacktrace` or `Toggle Symbol Info`, depending on context.
132132

screenshots/eval_elapsed.png

13.1 KB
Loading

screenshots/lookup.png

-54.8 KB
Binary file not shown.

screenshots/symbol_info.png

43.9 KB
Loading

0 commit comments

Comments
 (0)