Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurunsoft authored Aug 30, 2019
1 parent b807647 commit cbadfee
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Swoole Tracker: https://www.swoole-cloud.com/tracker.html

* 所有工具零部署成本,后台一键开启关闭各种检测,完美支持PHP7。

## 无需依赖
## Swoole Tracker

目前`Swoole Tracker``v2.5.0`版本支持自动生成应用名称并创建应用,无需修改任何代码,生成的应用名称格式为:

Expand All @@ -31,9 +31,9 @@ Swoole Tracker: https://www.swoole-cloud.com/tracker.html

即安装好`swoole_tracker`扩展之后就可以正常使用`Swoole Tracker`的功能

## 依赖组件
## 组件基本使用

当你需要自定义应用名称时则需要安装组件,本项目可以使用composer安装,遵循psr-4自动加载规则,在你的 `composer.json` 中加入下面的内容:
1. 在你的 `composer.json` 中加入下面的内容:

```json
{
Expand All @@ -43,11 +43,9 @@ Swoole Tracker: https://www.swoole-cloud.com/tracker.html
}
```

然后执行 `composer update` 安装。

## 组件基本使用
2. 执行 `composer update` 安装。

在项目 `config/config.php` 中配置:
3. 在项目 `config/config.php` 中配置:

```php
[
Expand Down

0 comments on commit cbadfee

Please sign in to comment.