Skip to content

Commit 0be7759

Browse files
committed
update README.md
1 parent f44c2a4 commit 0be7759

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# DevNet Core
2-
This dependency is the core library of **DevNet Framework**, which includes the following web components:
2+
This dependency is the heart of **DevNet Framework**, which includes the following web components:
33

44
- Web Host
55
- Routing System
@@ -11,7 +11,7 @@ This dependency is the core library of **DevNet Framework**, which includes the
1111
- Error Handler
1212

1313
## Requirements
14-
- [DevNet Core](https://github.com/DevNet-Framework/core/) version 1.0
14+
- [PHP](https://www.php.net/) version 8.1 or higher
1515
- [Composer](https://getcomposer.org/) version 2.0 or higher
1616

1717
## Installation
@@ -24,4 +24,4 @@ composer require devnet/core
2424
Full documentation on how to use **DevNet Framework** is available at [devnet-framework.github.io](https://devnet-framework.github.io)
2525

2626
## License
27-
This library is licensed under the MIT license. See [License File](https://github.com/DevNet-Framework/web/blob/master/LICENSE) in the root folder for more information.
27+
This library is licensed under the MIT license. See [License File](https://github.com/DevNet-Framework/core/blob/master/LICENSE) in the root folder for more information.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "devnet/core",
3-
"description": "The DevNet Core Library",
3+
"description": "The DevNet Core Framework",
44
"type": "library",
55
"license": "MIT",
66
"authors": [

0 commit comments

Comments
 (0)