Skip to content

Commit ccc7edd

Browse files
committed
Fixed formatting of README
1 parent 33c63df commit ccc7edd

File tree

1 file changed

+11
-18
lines changed

1 file changed

+11
-18
lines changed

README.md

+11-18
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,16 @@
1-
---
2-
title: 'bash.py'
3-
---
4-
51
[![image](https://travis-ci.org/jpetrucciani/bash.py.svg?branch=master)](https://travis-ci.org/jpetrucciani/bash.py)
2+
[![PyPI
3+
version](https://badge.fury.io/py/bash.py.svg)](https://badge.fury.io/py/bash.py)
4+
[![Code style:
5+
black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
6+
[![Python 3.6+
7+
supported](https://img.shields.io/badge/python-3.6+-blue.svg)](https://www.python.org/downloads/release/python-360/)
68

7-
[![PyPI version](https://badge.fury.io/py/bash.py.svg)](https://badge.fury.io/py/bash.py)
8-
9-
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
10-
11-
[![Python 3.6+ supported](https://img.shields.io/badge/python-3.6+-blue.svg)](https://www.python.org/downloads/release/python-360/)
12-
13-
An inline Bash script runner, for Python.
14-
=========================================
9+
# An inline Bash script runner, for Python.
1510

16-
Example Usage
17-
-------------
11+
## Example Usage
1812

19-
``` {.pycon}
13+
```pycon
2014
>>> import bash
2115

2216
>>> bash.run("echo hi")
@@ -30,9 +24,8 @@ Example Usage
3024
0
3125
```
3226

33-
Installation
34-
------------
27+
## Installation
3528

36-
``` {.shell}
29+
```shell
3730
$ pipenv install bash.py
3831
```

0 commit comments

Comments
 (0)