From 77ef628ec51a5235901907a5f2b51d0e44904905 Mon Sep 17 00:00:00 2001 From: ternera Date: Tue, 30 Apr 2024 13:25:16 -0500 Subject: [PATCH] Update README.md Minor grammar corrections. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index eee14d4a7..c0d2b4413 100644 --- a/README.md +++ b/README.md @@ -57,15 +57,15 @@ MacOS WebKit vs Chromium ------------------- -Qt5.0 - Qt5.4 supports WebKit, which is a default backend for Huggle. Newer Qt support only Chromium backend (code named WebEngine) +Qt5.0 - Qt5.4 supports WebKit, which is a default backend for Huggle. Newer Qt only supports Chromium backend (code named WebEngine). -If you want to build Huggle with Qt newer than 5.4 you will have to enable it like this: +If you want to build Huggle with Qt newer than 5.4, you will have to enable it like this: ```sh ./configure --web-engine ``` -Or alternatively if you are starting cmake by hand, just pass it `-DWEB_ENGINE=true` parameter +Or alternatively if you are starting cmake by hand, just pass it the `-DWEB_ENGINE=true` parameter. Documentation ========= @@ -77,7 +77,7 @@ For users: [on metawiki](https://meta.wikimedia.org/wiki/Huggle) and [mediawiki] Getting help ========= -We have an IRC-channel irc://irc.libera.chat/#huggle so if you need any kind of help please go there. +We have an IRC-channel: `irc://irc.libera.chat/#huggle`. If you need any kind of help, please go there. Contributing ========= @@ -86,7 +86,7 @@ Everyone is allowed to send their pull requests to this repository, and all regu get a developer access to directly push if they need it. If you want to join the Huggle developer team, please see and insert yourself. -This repository is running CI using travis, if you want to change anything which doesn't require +This repository is running CI using travis. If you want to change anything which doesn't require a sanity check, like documentation or comments, please append [ci skip] to your message. Reporting bugs