Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5806ef8

Browse files
committed
update readme
1 parent 5b03541 commit 5806ef8

File tree

7 files changed

+11
-9
lines changed

7 files changed

+11
-9
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ git subtree pull --prefix=libs/php-utils https://github.com/php-toolkit/php-util
124124
git subtree push --prefix=libs/php-utils https://github.com/php-toolkit/php-utils master
125125
```
126126

127-
## license
127+
## License
128128

129129
MIT
130130

‎libs/collection/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# data collection utils for php
22

3-
## license
3+
## License
44

55
MIT

‎libs/data-parser/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ $decoded = $parser->encode($encoded);
3838
phpunit
3939
```
4040

41-
## license
41+
## License
4242

4343
MIT

‎libs/di/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ mixed(string|array|object|callback) `$definition` 服务实例对象|服务信
8383
]
8484
```
8585

86-
## license
86+
## License
8787

8888
MIT

‎libs/file-parse/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ cache:
3131
composer require toolkit/file-parse
3232
```
3333

34-
## license
34+
## License
3535

3636
MIT

‎libs/helper-utils/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
# utils for php
1+
# helper utils
22

3-
## install
3+
Some useful helper utils for php
4+
5+
## Install
46

57
```bash
68
composer require toolkit/helper-utils
79
```
810

9-
## license
11+
## License
1012

1113
MIT

‎libs/obj-utils/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ Some useful object utils for the php.
1212
composer require toolkit/obj-utils
1313
```
1414

15-
## license
15+
## License
1616

1717
MIT

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /