From 8e7e729ae835cbf1669583bc3ac9e948e9397f3e Mon Sep 17 00:00:00 2001 From: Abdur-Rahmaan Janhangeer Date: Thu, 15 Aug 2019 14:45:24 +0400 Subject: [PATCH] fixed image path --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d9c1163..a154a20 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ def draw(): python ppython.py snippets/winlogo.py ``` -![](ppython/images/ppython_winlogo.gif) +![](ppython/images/ppython_winlogo.jpg) code: @@ -116,7 +116,7 @@ def draw(): python ppython.py snippets/line_graph.py ``` -![](ppython/images/ppython_linegraph.gif) +![](ppython/images/ppython_linegraph.jpg) code: @@ -295,4 +295,4 @@ removes strokes random(start, end) ``` -returns integer inclusive of start, exclusive of end \ No newline at end of file +returns integer inclusive of start, exclusive of end