From 2b8f2eacce10807df24679b264ee8789620ffa47 Mon Sep 17 00:00:00 2001 From: JAEGYUN JUNG Date: Tue, 28 Feb 2023 22:10:18 +0900 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 929eb5a..2ec2b14 100644 --- a/README.md +++ b/README.md @@ -36,19 +36,19 @@ ipython usage: ```shell flask shell --shelltype ipython ``` -![ipython-example.png](docs%2Fipython-example.png) +![ipython-example.png](docs/ipython-example.png) bpython usage: ```shell flask shell --shelltype bpython ``` -![bpython-example.png](docs%2Fbpython-example.png) +![bpython-example.png](docs/Fbpython-example.png) ptpython usage: ```shell flask shell --shelltype ptpython ``` -![ptpython-example.png](docs%2Fptpython-example.png) +![ptpython-example.png](docs/ptpython-example.png) ## License