From ea7ee1185791ca51e4eb683a10183f9e8375fed2 Mon Sep 17 00:00:00 2001 From: Kristof Date: Wed, 22 Jan 2020 11:20:09 +0100 Subject: [PATCH 1/2] Editorial changes in README Corrected minor typos and inconsistencies Added `c++` tag to the code block to enable native syntax highlighting --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 233c88de7..b6e5c270b 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,9 @@ More information about the framework, can be found on the official [site](https: ### GUI -Below is the code of trivial GUI application that displays "Hellow World" string inside window: +Below is the code of trivial GUI application that displays "Hello World" string inside window: -``` +```c++ #include class MyAppWindow : public Upp::TopWindow { @@ -64,13 +64,13 @@ GUI_APP_MAIN ### Additional examples -More examples you can find directly on special section of U++ framework website deticated to [examples](https://www.ultimatepp.org/www$uppweb$examples$en-us.html). Moreover, exactly the same examples can be find in **examples** and **references** directories located in this repository. +More examples you can find directly on special section of U++ framework website dedicated to [examples](https://www.ultimatepp.org/www$uppweb$examples$en-us.html). Moreover, exactly the same examples can be found in the **examples** and **references** directories located in this repository. # Repository ## Repository layout The U++ repository is divided into several directories. The most important ones are: -* examples - examplary code of complex applications -* references - referential implementation -* **uppsrc** - contains main sources of the framework +* examples - exemplary codes of complex applications +* references - reference implementations +* **uppsrc** - main sources of the framework From d621644a74d65e8473df3e628cf7e747a452e607 Mon Sep 17 00:00:00 2001 From: Kristof Date: Wed, 22 Jan 2020 11:21:09 +0100 Subject: [PATCH 2/2] Text style consistency correction --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6e5c270b..d683f783e 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,6 @@ More examples you can find directly on special section of U++ framework website ## Repository layout The U++ repository is divided into several directories. The most important ones are: -* examples - exemplary codes of complex applications -* references - reference implementations +* **examples** - exemplary codes of complex applications +* **references** - reference implementations * **uppsrc** - main sources of the framework