Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ It is especially useful for embedding into regression tests when allocation is a

You can monitor all the threads in your application and are alerted when an exceeded number of bytes are allocated.

##Getting Started:
## Getting Started:

If you want the latest release binary to add to your project just go to the [latest release in GitHub](https://github.com/danielshaya/org.octtech.bw.ByteWatcher/releases) and download the jar file.

Alternatively you can download the source code from GitHub and build using Maven.

To be honest, given the amount of code, even copy and paste should work fine.

##Example Usage:
## Example Usage:

This code will print out a warning message if more than 1MB of data has been allocated by a single thread:
```java
Expand Down