From 4ac2b7f81c966e7d54dc86490da5ddcc912fe04b Mon Sep 17 00:00:00 2001 From: gunsodo <40423685+gunsodo@users.noreply.github.com> Date: Mon, 10 Jun 2019 11:17:09 +0700 Subject: [PATCH] fix typo --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a0924a5..e83df75 100644 --- a/README.md +++ b/README.md @@ -49,12 +49,12 @@ The main diference of these updates, is that, it is not mandatory anymore to ins # ![Pyforms logo](docs/source/_static/imgs/pyforms.jpg?raw=true "Screen") -Pyforms is a Python cross-enviroment framework to develop GUI applications, which promotes modular software design and code reusability with minimal effort. +Pyforms is a Python cross-environment framework to develop GUI applications, which promotes modular software design and code reusability with minimal effort. ### It offers: -* A Python layer of Desktop forms, based on PyQt, OpenGL and other libraries. -* A Python layer that allow applications to run on Desktop GUI, Web and Terminal without requiring code modifications. -* A group of rules and methodologies that help the developer maintain short, clean, reusable and readable. +* A Python layer of Desktop forms, based on PyQt, OpenGL, and other libraries. +* A Python layer that allow applications to run on Desktop GUI, Web, and Terminal without requiring code modifications. +* A group of rules and methodologies that help the developer maintain short, clean, reusable, and readable. ![Diagram](docs/source/_static/imgs/pyforms-layers.png?raw=true "Screen")