From f573828771d0c90d8ce910a65e42dc5a708c9381 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Mon, 17 Apr 2017 21:13:26 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eebe7f5..1104941 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ 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. @@ -14,7 +14,7 @@ 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