Skip to content

Commit f25cc8e

Browse files
committed
update readme
1 parent c824500 commit f25cc8e

1 file changed

Lines changed: 19 additions & 3 deletions

File tree

README.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
1-
# Swoft Http-server
2-
Swoft Http-server Component
1+
# Swoft http server
2+
3+
Swoft Http server Component
34

45
# Install
56

7+
- composer command
8+
9+
```bash
10+
composer require swoft/http-server
11+
```
12+
613
# Document
714

15+
Please see [document site](https://doc.swoft.org)
16+
17+
# Unit testing
18+
19+
```bash
20+
phpunit
21+
```
22+
823
# LICENSE
9-
Swoft Http-server Component is open-sourced software licensed under the [Apache license](LICENSE).
24+
25+
The Component is open-sourced software licensed under the [Apache license](LICENSE).

0 commit comments

Comments
 (0)