aboutsummaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2014-01-20 23:51:27 -0300
committerIvan Topolnjak <ivantopo@gmail.com>2014-01-20 23:51:27 -0300
commitad51e3f61a8455f993b3e0bfbc75ff3a35385db6 (patch)
tree74dc3de0c8391631f52809351e2d8159fb1e6a95 /site
parent66cdd9273d2a23f6206acdb050705850cae5a505 (diff)
downloadKamon-ad51e3f61a8455f993b3e0bfbc75ff3a35385db6.tar.gz
Kamon-ad51e3f61a8455f993b3e0bfbc75ff3a35385db6.tar.bz2
Kamon-ad51e3f61a8455f993b3e0bfbc75ff3a35385db6.zip
fix typo in get-started document
Diffstat (limited to 'site')
-rw-r--r--site/src/jekyll/get-started.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/src/jekyll/get-started.md b/site/src/jekyll/get-started.md
index a1736841..d27428cc 100644
--- a/site/src/jekyll/get-started.md
+++ b/site/src/jekyll/get-started.md
@@ -47,7 +47,7 @@ Starting your app with the AspectJ weaver is dead simple, just add the `-javaage
weaver's file location and you are done:
```
--javaagent:/path-to-newrelic-agent.jar
+-javaagent:/path-to-aspectj-weaver.jar
```
In case you want to keep the AspectJ related settings in your build and enjoy using `run` from the console, take a look at