From 7c23bde328b3d79d8ad235d198b03913a5f0f343 Mon Sep 17 00:00:00 2001 From: Nicolas Petton Date: Thu, 26 Jul 2018 10:54:51 +0200 Subject: [PATCH] * readme.md: Update the screenshots section --- readme.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 37d3fa8..1c69db4 100644 --- a/readme.md +++ b/readme.md @@ -19,12 +19,14 @@ JavaScript development, including: - JavaScript evaluation in JS buffers with `indium-interaction-mode`; - a stepping Debugger, similar to `edebug`, or `cider`. -![REPL](./screenshots/debugger.gif) - **Installation instruction and other documentation can be found on [readthedocs](https://indium.readthedocs.io).** ## Screenshots +The stepping debugger + +![Debugger](./screenshots/debugger.gif) + The REPL with company-mode ![REPL](./screenshots/repl.png) @@ -35,7 +37,7 @@ The REPL showing clickable output The inspector -![REPL](./screenshots/inspector.png) +![Inspector](./screenshots/inspector.png) ## Missing features