From 3e69a488f6d3f4cf754b04d7225f83a727dfb2b8 Mon Sep 17 00:00:00 2001 From: Daniel Gil Date: Thu, 5 Jul 2018 09:11:34 +0200 Subject: [PATCH] Added an example in readme file for highInclusive false --- CHANGELOG.md | 7 +++++++ README.md | 5 ++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82ae7cc..c0bbe7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # Changelog +## [0.1.1] - 2018-07-05 + +### Changed + +- Renamed package name from 'interval' to 'intervals' + ## [0.1.0] - 2018-07-03 + - First release diff --git a/README.md b/README.md index 8e89d87..cb3eeb7 100644 --- a/README.md +++ b/README.md @@ -144,10 +144,13 @@ Output: go run ./example/main.go ``` -This example generates an output image file exposing the data analyzed: +The following image is an example where `lowInclusive` and `highInclusive` are both `true`: ![alt text](./example/out.png) +The next image is another example where `lowInclusive` is `true` but `highInclusive` is `false`: + +![alt text](./example/out2.png) ## References