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

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


The following commit(s) were added to refs/heads/master by this push:
     new b6e3361  Update README.md (#2179)
b6e3361 is described below

commit b6e3361b9e2b45e60ff4d51224a08b405774d29f
Author: stenio2011 <[email protected]>
AuthorDate: Fri Jan 18 15:57:34 2019 +0800

    Update README.md (#2179)
    
    correct spelling error.
---
 docs/en/setup/service-agent/java-agent/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/setup/service-agent/java-agent/README.md 
b/docs/en/setup/service-agent/java-agent/README.md
index 948e1b3..91c57f3 100644
--- a/docs/en/setup/service-agent/java-agent/README.md
+++ b/docs/en/setup/service-agent/java-agent/README.md
@@ -2,7 +2,7 @@
 1. Find `agent` folder in SkyWalking release package
 1. Set `agent.service_name` in `config/agent.config`. Could be any String in 
English.
 1. Set `collector.backend_service` in `config/agent.config`. Default point to 
`127.0.0.1:11800`, only works for local backend.
-1. Add `-javaagent:/path/to/skywalking-package/agenxt/skywalking-agent.jar` to 
JVM argument. And make sure to add it before the `-jar` argument.
+1. Add `-javaagent:/path/to/skywalking-package/agent/skywalking-agent.jar` to 
JVM argument. And make sure to add it before the `-jar` argument.
 
 The agent release dist is included in Apache [official 
release](http://skywalking.apache.org/downloads/). New agent package looks like 
this.
 ```

Reply via email to