Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
matanlurey committed Apr 15, 2024
1 parent 6a9435b commit 2770d20
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Gambit

Simulate odds-based mechanics such as dice rolls, card draws, and slot machines.
Simulate and test odds-based mechanics such as dice rolls and more.

[![Github Actions](https://github.com/matanlurey/gambit/actions/workflows/check.yaml/badge.svg)](https://github.com/matanlurey/gambit/actions/workflows/check.yaml)
[![Coverage Status](https://coveralls.io/repos/github/matanlurey/gambit/badge.svg?branch=main)](https://coveralls.io/github/matanlurey/gambit?branch=main)
[![Github Actions](https://github.com/matanlurey/gambit.dart/actions/workflows/check.yaml/badge.svg)](https://github.com/matanlurey/gambit.dart/actions/workflows/check.yaml)
[![Coverage Status](https://coveralls.io/repos/github/matanlurey/gambit.dart/badge.svg?branch=main)](https://coveralls.io/github/matanlurey/gambit.dart?branch=main)

## Usage

Expand All @@ -20,8 +20,8 @@ import 'package:gambit/gambit.dart';

Gambit is a tiny, focused package. Within that scope, we're happy to accept
contributions. If you have a feature you'd like to see, feel free to
[file an issue](https://github.com/matanlurey/gambit/issues/new) or
[fork and open a pull request](https://github.com/matanlurey/gambit/fork).
[file an issue](https://github.com/matanlurey/gambit.dart/issues/new) or
[fork and open a pull request](https://github.com/matanlurey/gambit.dart/fork).

### CI

Expand Down

0 comments on commit 2770d20

Please sign in to comment.