Skip to content

Commit fb47ea6

Browse files
committed
update readme
1 parent e4f04d2 commit fb47ea6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# php-pkg-template
22

3-
[![License](https://img.shields.io/packagist/l/inherelab/php-pkg-template.svg?style=flat-square)](LICENSE)
4-
[![Php Version](https://img.shields.io/badge/php-%3E=7.2.0-brightgreen.svg?maxAge=2592000)](https://packagist.org/packages/inherelab/php-pkg-template)
3+
[![License](https://img.shields.io/github/license/inherelab/php-pkg-template.svg?style=flat-square)](LICENSE)
4+
[![Php Version](https://img.shields.io/packagist/php-v/inherelab/php-pkg-template?maxAge=2592000)](https://packagist.org/packages/inherelab/php-pkg-template)
55
[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/inherelab/php-pkg-template)](https://github.com/inherelab/php-pkg-template)
66
[![Actions Status](https://github.com/inherelab/php-pkg-template/workflows/Unit-Tests/badge.svg)](https://github.com/inherelab/php-pkg-template/actions)
77

8-
TODO: package description
8+
TODO: package_description
99

1010
## Install
1111

@@ -17,8 +17,9 @@ composer require inherelab/php-pkg-template
1717

1818
## Usage
1919

20+
- github: `use the template` for quick create project
2021
- clone this repository to local
21-
- update readme description
22+
- search `package_description` and replace your package description
2223
- search all `inherelab/php-pkg-template` and replace to your package name.
2324
- contains all words like `InhereLab\DemoPkg`
2425
- update `composer.json` contents, field: name, description, require, autoload

0 commit comments

Comments
 (0)