diff --git a/README.md b/README.md index 83ad1ad..b6744d3 100644 --- a/README.md +++ b/README.md @@ -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 @@ -21,7 +21,7 @@ common gambling-related classes ## Installation -```{.bash} +```bash pip install gamble ``` @@ -29,7 +29,7 @@ pip install gamble ## Dice -```{.python} +```python import gamble # create dice, defaults to 2 6-sided dice @@ -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