Update README.md

This commit is contained in:
alexm-status 2018-05-27 14:16:14 -07:00 committed by GitHub
parent 7fb4929c48
commit 1c5bed1115
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 1 deletions

View File

@ -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)