Skip to content

Commit 0832121

Browse files
committed
fixed some grammar and made readme more reader frandly
1 parent 12e535d commit 0832121

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ EasyEngine makes it greatly easy to manage nginx, a fast web-server software tha
1818

1919
### Linux
2020

21-
For Linux, we have created an installer script which will install all the dependencies for you. We have tested this on Ubuntu 14.04, 16.04, 18.04 and Debian 8, Debian 10.
21+
For Linux, we have created an installer script that will install all the dependencies for you. We have tested this on Ubuntu 14.04, 16.04, 18.04 and Debian 8, Debian 10.
2222

2323
```bash
2424
wget -qO ee https://rt.cx/ee4 && sudo bash ee
@@ -92,15 +92,15 @@ Development of easyengine is done entirely on GitHub.
9292

9393
We've used [wp-cli](https://github.com/wp-cli/wp-cli/) framework as a base and built EasyEngine on top of it.
9494

95-
This repo contains main core of easyengine (the framework).
95+
This repo contains the main core of easyengine (the framework).
9696
All top level commands(except `ee cli`) i.e. `ee site`, `ee shell` have their own repos.
9797

98-
Currently we have following commands which are bundled by default in EasyEngine:
98+
Currently, we have the following commands which are bundled by default in EasyEngine:
9999

100100
* [site command](https://github.com/EasyEngine/site-command/)
101101
* [shell command](https://github.com/EasyEngine/shell-command/)
102102

103-
In future, community will be able to make their own packages and commands!
103+
In future, the community will be able to make their own packages and commands!
104104

105105
## Contributing
106106

0 commit comments

Comments
 (0)