Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdfish committed Sep 17, 2023
1 parent 172584e commit fc4c42a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -34,4 +34,4 @@ satisfies(system, criterion, rankings)
```
false
```
See the documentation for more information.
See the [documentation](https://itsdfish.github.io/RankChoiceVoting.jl/dev/) for more information and examples.

0 comments on commit fc4c42a

Please sign in to comment.