From e2b86680ec8805d0245c1b9927f2cc3cae20adf7 Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Tue, 26 Nov 2019 13:02:07 -0300 Subject: [PATCH] [README] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ddb18e1..1062cafe 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ To contribute with this project, have a look at [CONTRIBUTING.md](https://github ![management panel](https://raw.githubusercontent.com/vinifmor/bauh/master/pictures/panel.png) -### Developed with: +### Developed with - Python3 and Qt5. ### Requirements @@ -63,7 +63,7 @@ bauh_env/bin/bauh ( launches bauh ) # P.S: if you want to launch it attached to your system tray, replace the last command by: bauh_env/bin/bauh --tray=1 ``` -- To update you isolated bauh to latest version: +- To update your isolated bauh to the latest version: ``` bauh_env/bin/pip install bauh --upgrade ```