Skip to content

Commit

Permalink
fixed image path
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdur-rahmaanJ authored Aug 15, 2019
1 parent 4e66b45 commit 8e7e729
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def draw():
python ppython.py snippets/winlogo.py
```

![](ppython/images/ppython_winlogo.gif)
![](ppython/images/ppython_winlogo.jpg)

code:

Expand Down Expand Up @@ -116,7 +116,7 @@ def draw():
python ppython.py snippets/line_graph.py
```

![](ppython/images/ppython_linegraph.gif)
![](ppython/images/ppython_linegraph.jpg)

code:

Expand Down Expand Up @@ -295,4 +295,4 @@ removes strokes
random(start, end)
```

returns integer inclusive of start, exclusive of end
returns integer inclusive of start, exclusive of end

0 comments on commit 8e7e729

Please sign in to comment.