Skip to content

Commit 9ad28e3

Browse files
committed
update the README file of the templates
1 parent ac58081 commit 9ad28e3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

templates/console/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# DevNet Console Template
2-
This package is a Console application template of DevNet Framewark.
2+
This package is a Console application template of DevNet Framework.
33

44
## Requirements
5-
- PHP 7.4 or higher version from [php.net](https://www.php.net/)
6-
- Composer the dependency manager from [getcomposer.org](https://getcomposer.org/)
5+
- [PHP](https://www.php.net/) version 8.1 or higher
6+
- [Composer](https://getcomposer.org/) version 2.0 or higher
77

88
## Installation
99
To create a DevNet Console Application project using composer, run the following command in your terminal:

templates/web/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
This package is a minimal web API template of DevNet Framework, which is suitable for building microservices.
33

44
## Requirements
5-
- PHP 7.4 or higher version from [php.net](https://www.php.net/)
6-
- Composer the dependency manager from [getcomposer.org](https://getcomposer.org/)
5+
- [PHP](https://www.php.net/) version 8.1 or higher
6+
- [Composer](https://getcomposer.org/) version 2.0 or higher
77

88
## Installation
99
To create a DevNet minimal Web API project using composer, run the following command in your terminal:

0 commit comments

Comments
 (0)