Skip to content

Commit 3b4a3b0

Browse files
authored
Update README.md
1 parent 58912d1 commit 3b4a3b0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,22 +36,22 @@ WebFiori Framework is a mini web development framework which is built using PHP
3636
|<a target="_blank" href="https://github.com/WebFiori/framework/actions/workflows/php74.yml"><img src="https://github.com/WebFiori/framework/workflows/Build%20PHP%207.4/badge.svg?branch=master"></a>|
3737
|<a target="_blank" href="https://github.com/WebFiori/framework/actions/workflows/php80.yml"><img src="https://github.com/WebFiori/framework/workflows/Build%20PHP%208.0/badge.svg?branch=master"></a>|
3838
|<a target="_blank" href="https://github.com/WebFiori/framework/actions/workflows/php81.yml"><img src="https://github.com/WebFiori/framework/workflows/Build%20PHP%208.1/badge.svg?branch=master"></a>|
39-
|<a target="_blank" href="https://github.com/WebFiori/framework/actions/workflows/php82.yml"><img src="https://github.com/WebFiori/framework/workflows/Build%20PHP%208.2/badge.svg?branch=dev"></a><br>(dev)|
39+
|<a target="_blank" href="https://github.com/WebFiori/framework/actions/workflows/php82.yml"><img src="https://github.com/WebFiori/framework/workflows/Build%20PHP%208.2/badge.svg?branch=master"></a><br>|
4040

4141

4242
## Key Features
4343

4444
* Provide minimum utilities to setup a small web application.
4545
* Theming and the ability to create multiple UIs for the same web app using any CSS or JavaScript framework.
46-
* Building and manipulating the DOM of a web page using PHP language.
46+
* Building and manipulating the DOM of a web page inside PHP.
4747
* Basic template engine.
48-
* Fast and simple routing system.
48+
* Fast and simple routing engine.
4949
* Creation of web services (or APIs) that supports JSON with data filtering and validation.
50-
* Middleware support which can help in filtering HTTP requests before reaching application level.
50+
* Middleware support for HTTP requests filtering before reaching application level.
5151
* Basic support for MySQL and MSSQL schema and query building.
5252
* Lightweight. The total size of framework core files is less than 3 megabytes.
5353
* Access management by assigning system user a set of privileges.
54-
* Simple sessions manager.
54+
* Customized sessions manager.
5555
* Support for creating and sending nice-looking HTML emails.
5656
* Autoloading of user defined classes (loading composer packages also supported).
5757
* Ability to create background tasks and let them run in specific time using CRON.
@@ -61,7 +61,7 @@ WebFiori Framework is a mini web development framework which is built using PHP
6161

6262
## Standard Libraries
6363

64-
The following table shows build status of the standard libraries that the framework is composed of. The build is based on the latest stable PHP release.
64+
Following table shows build status of the standard libraries that the framework is composed of. The build is based on the latest stable PHP release.
6565

6666
| Library | Build | Latest |
6767
|----|----|----|
@@ -113,7 +113,7 @@ For more information about how to setup the framework, [check here](https://webf
113113
For information on how to contribute to the project, [check here](https://webfiori.com/contribute).
114114

115115
## Notes
116-
* This project is a hoppy project.
116+
* This project is started as a hoppy project.
117117
* The main aim of this project is learning.
118118
* If you think that there is a better way of doing things or wants new feature, feel free to [drop an issue](https://github.com/WebFiori/framework/issues/new).
119119
* To report security vulnerabilities, please send an email to [ibrahim@webfiori.com](mailto:ibrahim@webfiori.com).

0 commit comments

Comments
 (0)