Update README.md (#2179)

correct spelling error.
This commit is contained in:
stenio2011 2019-01-18 15:57:34 +08:00 committed by 吴晟 Wu Sheng
parent da1a295adb
commit b6e3361b9e
1 changed files with 1 additions and 1 deletions

View File

@ -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.
```