You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2019/01/02 04:17:29 UTC

[incubator-skywalking] branch wu-sheng-patch-1 updated: Update README.md

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch wu-sheng-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/wu-sheng-patch-1 by this push:
     new b982ec6  Update README.md
b982ec6 is described below

commit b982ec6c5829f1bbf02432251e00894695dbf671
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Wed Jan 2 12:17:25 2019 +0800

    Update README.md
---
 docs/en/setup/service-agent/java-agent/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/setup/service-agent/java-agent/README.md b/docs/en/setup/service-agent/java-agent/README.md
index 014cda5..f9d0653 100644
--- a/docs/en/setup/service-agent/java-agent/README.md
+++ b/docs/en/setup/service-agent/java-agent/README.md
@@ -79,8 +79,8 @@ property key | Description | Default |
 See [supported list](Supported-list.md).
 
 ## Optional Plugins
-Java agent plugins are all pluggable. Optional plugins could be provided by source codes or in `optional-plugins` folder under agent.
-For using these plugins, you need to compile source codes by yourself, or copy the certain plugins to `/plugins`.
+Java agent plugins are all pluggable. Optional plugins could be provided in `optional-plugins` folder under agent or 3rd party repositores.
+For using these plugins, you need to put the target plugin jar file into `/plugins`.
 
 Now, we have the following known optional plugins.
 * [Trace Spring beans](agent-optional-plugins/Spring-bean-plugins.md)