From 6bb1015c437a2fa0a36539544d792d2d898ace8b Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy Date: Wed, 26 Sep 2018 13:49:37 -0400 Subject: [PATCH 1/2] Typo --- docs/index.md | 4 ++-- readme.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.md b/docs/index.md index e4bd1d56..b3b1d6bf 100644 --- a/docs/index.md +++ b/docs/index.md @@ -310,8 +310,8 @@ python ``` python3 ->>> import PySimpleGUI27 ->>> PySimpleGUI27.main() +>>> import PySimpleGUI +>>> PySimpleGUI.main() ``` You will see a sample window in the center of your screen. If it's not installed correctly you are likely to get an error message during one of those commands diff --git a/readme.md b/readme.md index e4bd1d56..b3b1d6bf 100644 --- a/readme.md +++ b/readme.md @@ -310,8 +310,8 @@ python ``` python3 ->>> import PySimpleGUI27 ->>> PySimpleGUI27.main() +>>> import PySimpleGUI +>>> PySimpleGUI.main() ``` You will see a sample window in the center of your screen. If it's not installed correctly you are likely to get an error message during one of those commands From 06b1f3a199eb604f55e113a2d5b60b7802941ce9 Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy Date: Wed, 26 Sep 2018 15:28:32 -0400 Subject: [PATCH 2/2] Version 1.0.3 update --- docs/index.md | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index b3b1d6bf..8a158ff1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -20,7 +20,7 @@ ![Python Version](https://img.shields.io/badge/PySimpleGUI_For_Python_3_Version-3.8.1-red.svg?longCache=true&style=for-the-badge) - ![Python Version](https://img.shields.io/badge/PySimpleGUI_For_Python_2.7_Version-1.0.0-blue.svg?longCache=true&style=for-the-badge) + ![Python Version](https://img.shields.io/badge/PySimpleGUI_For_Python_2.7_Version-1.0.3-blue.svg?longCache=true&style=for-the-badge) [Announcements of Latest Developments](https://github.com/MikeTheWatchGuy/PySimpleGUI/issues/142) diff --git a/readme.md b/readme.md index b3b1d6bf..8a158ff1 100644 --- a/readme.md +++ b/readme.md @@ -20,7 +20,7 @@ ![Python Version](https://img.shields.io/badge/PySimpleGUI_For_Python_3_Version-3.8.1-red.svg?longCache=true&style=for-the-badge) - ![Python Version](https://img.shields.io/badge/PySimpleGUI_For_Python_2.7_Version-1.0.0-blue.svg?longCache=true&style=for-the-badge) + ![Python Version](https://img.shields.io/badge/PySimpleGUI_For_Python_2.7_Version-1.0.3-blue.svg?longCache=true&style=for-the-badge) [Announcements of Latest Developments](https://github.com/MikeTheWatchGuy/PySimpleGUI/issues/142)