Skip to content

Commit

Permalink
Fixed formatting of README
Browse files Browse the repository at this point in the history
  • Loading branch information
cvoege committed Oct 25, 2019
1 parent 199eed5 commit ba8c536
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: gamble
---

[![image](https://travis-ci.org/jpetrucciani/gamble.svg?branch=master)](https://travis-ci.org/jpetrucciani/gamble)
[![PyPI version](https://badge.fury.io/py/gamble.svg)](https://badge.fury.io/py/gamble)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
[![Python 3.6+ supported](https://img.shields.io/badge/python-3.6+-blue.svg)](https://www.python.org/downloads/release/python-360/)
[![Documentation style: archives](https://img.shields.io/badge/docstyle-archives-lightblue.svg)](https://github.com/jpetrucciani/archives)
[![PyPI
version](https://badge.fury.io/py/gamble.svg)](https://badge.fury.io/py/gamble)
[![Code style:
black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
[![Python 3.6+
supported](https://img.shields.io/badge/python-3.6+-blue.svg)](https://www.python.org/downloads/release/python-360/)
[![Documentation style:
archives](https://img.shields.io/badge/docstyle-archives-lightblue.svg)](https://github.com/jpetrucciani/archives)

**gamble** is a simple library that implements a collection of some
common gambling-related classes
Expand All @@ -21,15 +21,15 @@ common gambling-related classes

## Installation

```{.bash}
```bash
pip install gamble
```

# Basic Usage

## Dice

```{.python}
```python
import gamble

# create dice, defaults to 2 6-sided dice
Expand Down Expand Up @@ -73,7 +73,7 @@ dice.min_of(3)

## Cards

```{.python}
```python
import gamble

# create a deck, defaults to the standard 52 card deck, no jokers
Expand Down

0 comments on commit ba8c536

Please sign in to comment.