diff --git a/README.md b/README.md index caa70c1..2f26597 100755 --- a/README.md +++ b/README.md @@ -1,14 +1,15 @@ ![Logo](https://raw.githubusercontent.com/leisim/superpower/master/superpower.png) -[![Travis (.com) branch](https://img.shields.io/travis/com/leisim/superpower/master.svg)](https://travis-ci.com/leisim/superpower) [![Coveralls github](https://img.shields.io/coveralls/github/leisim/superpower.svg)](https://coveralls.io/github/leisim/superpower) [![Version](https://img.shields.io/pub/v/superpower.svg)](https://pub.dartlang.org/packages/superpower) ![Runtime](https://img.shields.io/badge/dart-%3E%3D2.0-brightgreen.svg) ![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat) +[![Travis](https://img.shields.io/travis/com/leisim/superpower/master.svg)](https://travis-ci.com/leisim/superpower) [![Coveralls](https://img.shields.io/coveralls/github/leisim/superpower.svg)](https://coveralls.io/github/leisim/superpower) [![Version](https://img.shields.io/pub/v/superpower.svg)](https://pub.dartlang.org/packages/superpower) ![Runtime](https://img.shields.io/badge/dart-%3E%3D2.0-brightgreen.svg) ![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat) Easy to use wrappers for Lists, Maps and Iterables with many handy functions. +You can expect native performance from superlists. Inspired by Kotlin. ### Resources: -- [Documentation](https://pub.dartlang.org/documentation/superpower/latest/) +- [Documentation](https://pub.dartlang.org/documentation/superpower/latest/superpower/superpower-library.html) - [Pub Package](https://pub.dartlang.org/packages/superpower) - [GitHub Repository](https://github.com/leisim/superpower) @@ -130,7 +131,7 @@ var highIndexDefault = list.elementAtOrDefault(10, -1); // -1 ## many more superpowers There are many more handy superpowers (like `intersect()`, `groupBy()` and `associateWith()`) available. Take a look at the -**[Documentation](https://pub.dartlang.org/documentation/superpower/latest/)**. +**[Documentation](https://pub.dartlang.org/documentation/superpower/latest/superpower/superpower-library.html)**. # \$List, \$Iterable and \$Map 🦄