From 4a05f8e5eff2b8004dea4787ed7c54b639ceb04a Mon Sep 17 00:00:00 2001 From: Jennie Ji Date: Sun, 29 Mar 2020 22:51:07 +0800 Subject: [PATCH] Update image URL --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b160d6c..b69f617 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,14 @@ View AST parsed by [@babel/parser](https://babeljs.io/docs/en/babel-parser) with a simple command: -![open command](https://imgur.com/7t0g8JE) +![open command](https://i.imgur.com/v9yEDh9.png) Plugins and option selections: -![default preview](https://imgur.com/rgxj81b) +![default preview](https://i.imgur.com/rgxj81b.png) Click plugin/option to update the webview: -![change option](https://imgur.com/Fe0BHq4) +![change option](https://i.imgur.com/Fe0BHq4.png) Currently only supports [@babel/parser](https://babeljs.io/docs/en/babel-parser)@`7.8.7`.