Update README.md
This commit is contained in:
parent
7fb4929c48
commit
1c5bed1115
13
README.md
13
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)
|
||||
|
|
Loading…
Reference in New Issue