From 664667a164f35ebc36cb7f0b775872b030c257a9 Mon Sep 17 00:00:00 2001 From: Sync1211 Date: Mon, 11 Jul 2022 20:19:10 +0200 Subject: [PATCH] * Adjusted English translation in README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7bf09b2..aee0587 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Currently: ## Features -*Currently it's in development. More will be here soon!* +*This project is still in development. More features may be added in the future!* - Simple! - Operate via Web UI just in browser, @@ -70,12 +70,12 @@ extract to somewhere and run `start.bat` ### GNU/Linux -You can get the "pure" release, extract it, fire a terminal inside and run: +You can get the "pure" release, extract it, fire up a terminal and run: ```bash python3 server.py ``` -On Arch Linux based distros you may first install `bluez`, as it's often missing +On Arch Linux based distros you may first install `bluez`, as it may not be installled by default ```bash sudo pacman -S bluez bluez-utils ``` @@ -95,7 +95,7 @@ After that, fetch & use a "bare" release: python3 server.py ``` -Currently in Mac the browser will not pop up automatically. Please run manually and go to `http://127.0.0.1:8095`, or just click [here](http://127.0.0.1:8095). +Currently the web browser will not open automatically in MacOS. Please run manually and go to `http://127.0.0.1:8095`, or just click [here](http://127.0.0.1:8095). ### Worth to Note