From 6b9d9e384069b2e86c4e2f3941fcd045b29a7f42 Mon Sep 17 00:00:00 2001 From: Jay14159265 <37160154+dnparadice@users.noreply.github.com> Date: Mon, 27 May 2024 11:52:35 -0600 Subject: [PATCH] fixed image link in readme fixed path name --- ReadMe.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 06c6504..46fb9a4 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,4 +1,4 @@ -![PyCalc - Lists and Plot](media\PyCalc-ListsandPlot.jpg?) +![PyCalc](media/PyCalc-ListsAndPlot.jpg) ## Hello and welcome to PyCalc, the RPN ~~calculator~~ ~~IDE~~ progam that loves Python @@ -118,4 +118,4 @@ always base 10. One of the additional goals I had for this project was to explore the use of Tkinter. I have used various other software packages to create UIs and I wanted to give Tkinter a turn. So far tkinter has been fast and easy -to work with. \ No newline at end of file +to work with.