Skip to content

Commit 981ee76

Browse files
committed
always pull the latest
1 parent 13ba0b8 commit 981ee76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ https://github.com/pinpoint-apm/pinpoint-c-agent/labels/php-aop
1313

1414
### 1. Import from packagist
1515

16-
> composer require pinpoint-apm/pinpoint-php-aop:v3.0.1
16+
> composer require pinpoint-apm/pinpoint-php-aop
1717
1818
### 2. Add pinpoint entry into your entry file(eg: index.php)
1919
``` php
@@ -24,7 +24,7 @@ require_once __DIR__."/../vendor/autoload.php";
2424
// define('AOP_CACHE_DIR',__DIR__.'/../Cache/'); // optional
2525
// API for register your own plugins eg:
2626
define('PP_REQ_PLUGINS', Pinpoint\Plugins\DefaultRequestPlugin::class);
27-
require_once __DIR__. '/vendor/pinpoint-apm/pinpoint-php-aop/auto_pinpointed.php';
27+
require_once __DIR__. '/../vendor/pinpoint-apm/pinpoint-php-aop/auto_pinpointed.php';
2828
```
2929

3030
## Write your own plugins

0 commit comments

Comments
 (0)