diff --git a/README.md b/README.md index 70c828e..1abfd63 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# RankChoiceVoting.jl (Work in progress) +# RankChoiceVoting.jl [![](docs/logo/logo.png)](https://itsdfish.github.io/RankChoiceVoting.jl/dev/) [![](https://img.shields.io/badge/docs-latest-blue.svg)](https://itsdfish.github.io/RankChoiceVoting.jl/dev/) [![CI](https://github.com/itsdfish/RankChoiceVoting.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/itsdfish/RankChoiceVoting.jl/actions/workflows/CI.yml) -This package provides a framework for simulating and evaluating rank choice voting systems. +This package provides a framework for simulating and evaluating rank choice voting systems. See the [documentation](https://itsdfish.github.io/RankChoiceVoting.jl/dev/) for details. # Quick Example @@ -34,4 +34,4 @@ satisfies(system, criterion, rankings) ``` false ``` -See the documentation for more information. \ No newline at end of file +See the [documentation](https://itsdfish.github.io/RankChoiceVoting.jl/dev/) for more information and examples. \ No newline at end of file