aboutsummaryrefslogtreecommitdiff
path: root/site/src/main/jekyll/get-started.md
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2014-03-17 02:30:00 -0300
committerIvan Topolnjak <ivantopo@gmail.com>2014-03-17 02:30:00 -0300
commitc6534792605560bc227c7282353e3aa896b4f261 (patch)
tree12d94b90cb301ac71bc55f00e84bbaa262ef6119 /site/src/main/jekyll/get-started.md
parent15367bdf6c131d039713116734a4e0d8b11ec9a0 (diff)
downloadKamon-c6534792605560bc227c7282353e3aa896b4f261.tar.gz
Kamon-c6534792605560bc227c7282353e3aa896b4f261.tar.bz2
Kamon-c6534792605560bc227c7282353e3aa896b4f261.zip
mini kamon announcement
Diffstat (limited to 'site/src/main/jekyll/get-started.md')
-rw-r--r--site/src/main/jekyll/get-started.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/site/src/main/jekyll/get-started.md b/site/src/main/jekyll/get-started.md
index d27428cc..bd971f62 100644
--- a/site/src/main/jekyll/get-started.md
+++ b/site/src/main/jekyll/get-started.md
@@ -6,9 +6,9 @@ layout: default
Get Started with Kamon
======================
-Kamon is distrubuted as a set of libraries that you include in your application classpath. This libraries contain all the
-required pointcuts and advices (yeap, Kamon uses Aspectj!) for instrumenting Akka actors message passing, dispatchers, futures,
-Spray components and much more.
+Kamon is distributed as a set of libraries that you include in your application classpath. This libraries contain all
+the required pointcuts and advices (yeap, Kamon uses Aspectj!) for instrumenting Akka actors message passing,
+dispatchers, futures, Spray components and much more.
To get started just follow this steps:
@@ -28,7 +28,7 @@ Then, add the libraries to your project. If you are using SBT this minimal build
resolvers += "Kamon Repository" at "http://repo.kamon.io"
-libraryDependencies += "kamon" %% "kamon-core" % "0.0.11"
+libraryDependencies += "kamon" % "kamon-core" % "0.0.14"
```
@@ -43,18 +43,18 @@ Additionally you can add any modules you want to your app:
Second: Start your app with the AspectJ Weaver
----------------------------------------------
-Starting your app with the AspectJ weaver is dead simple, just add the `-javaagent` JVM startup parameter pointing to the
-weaver's file location and you are done:
+Starting your app with the AspectJ weaver is dead simple, just add the `-javaagent` JVM startup parameter pointing to
+the weaver's file location and you are done:
```
-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
-the [sbt-aspectj](https://github.com/sbt/sbt-aspectj/) plugin.
+In case you want to keep the AspectJ related settings in your build and enjoy using `run` from the console, take a look
+at the [sbt-aspectj](https://github.com/sbt/sbt-aspectj/) plugin.
Third: Enjoy!
-------------
-Refer to modules documentation (coming soon) to find out what Kamon is doing for you. \ No newline at end of file
+Refer to modules documentation (coming soon) to find out what Kamon is doing for you.