From 1c5bed1115e615b67daa0a190b0fc9d13cc7cea1 Mon Sep 17 00:00:00 2001 From: alexm-status <38202046+alexm-status@users.noreply.github.com> Date: Sun, 27 May 2018 14:16:14 -0700 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7830af1..eedd33f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ -# nim-ranges [![Build Status](https://travis-ci.org/status-im/nim-ranges.svg?branch=master)](https://travis-ci.org/status-im/nim-ranges) +**nim-ranges** [![Build Status](https://travis-ci.org/status-im/nim-ranges.svg?branch=master)](https://travis-ci.org/status-im/nim-ranges) +# Introduction This library implements utility functions for working with parts and blobs of memory. + +# Installation +nimble install https://github.com/status-im/nim-ranges/blob/master/ranges.nimble + + +# License + +Distributed under one of the following: +* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) +* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)