Skip to content
This repository has been archived by the owner on Jan 18, 2018. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jeluard committed Jun 1, 2012
1 parent c7ed0e6 commit d4c2b7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -4,7 +4,7 @@ You can safely use this on a non-Hotspot VM as all Hotspot specific calls are do

## Usage

To expert all your metrics simply add this code:
To export all your metrics simply add this code:

```java
final PerfReporter reporter = new PerfReporter(Metrics.defaultRegistry());
Expand All @@ -14,7 +14,7 @@ All perf counters values will then be updated every seconds.

### Maven dependency

Simply add following to your pom.xml:
Add following dependency to your pom.xml:

```xml
...
Expand Down

0 comments on commit d4c2b7b

Please sign in to comment.