Skip to content

Commit 9cf21a9

Browse files
committed
docuemntation - fix miscpelled in README
1 parent 5821c7c commit 9cf21a9

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,9 @@ library that aims to give unified GUI functions using frontends for dialogs boxe
1616

1717
#### Backends environments GUI
1818

19-
EBG implements differents dialogs boxeds that for the user side are frontends
20-
but from the EGB side are backends!
21-
22-
You don't have to worry about what environment you are running the script in,
23-
as **EasyBashGUI** will handle this transparently, based on the availability of
24-
the backends.
19+
EBG implements differents dialogs boxes! You don't have to worry about what
20+
environment you are running the script in, as **EasyBashGUI** will handle this
21+
transparently, based on the availability of the backends (frontends).
2522

2623
* Console mode:
2724
* dialog
@@ -38,9 +35,7 @@ the backends.
3835
#### Compatibilty and runtime
3936

4037
EBG is coded in `bash`, and uses most of `coreutils` commands, but it may work in
41-
any other env, `bash` is just used internally. But `coreutils` is mandatory, users
42-
from alpine linux will be forced to install `coreutils` cos `busybox` or sucktools
43-
does not have the required funtionality to work!
38+
any other env, becouse those are just used internally.
4439

4540
## Components
4641

0 commit comments

Comments
 (0)