Skip to content

Commit

Permalink
Merge pull request #22 from d0c-s4vage/feature/20-badges
Browse files Browse the repository at this point in the history
Adds new badges
  • Loading branch information
d0c-s4vage authored Sep 21, 2019
2 parents 78e95bc + 1d4aa41 commit 0cff853
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# gramfuzz

* master [![Build Status: Master](https://travis-ci.org/d0c-s4vage/gramfuzz.svg?branch=master)](https://travis-ci.org/d0c-s4vage/gramfuzz)
* develop [![Build Status: Develop](https://travis-ci.org/d0c-s4vage/gramfuzz.svg?branch=develop)](https://travis-ci.org/d0c-s4vage/gramfuzz)
[![Master Build Status](https://travis-ci.org/d0c-s4vage/gramfuzz.svg?branch=master)](https://travis-ci.org/d0c-s4vage/gramfuzz)
[![PyPI Statistics](https://img.shields.io/pypi/dm/gramfuzz)](https://pypistats.org/packages/gramfuzz)
[![Latest Release](https://img.shields.io/pypi/v/gramfuzz)](https://pypi.python.org/pypi/gramfuzz/)

`gramfuzz` is a grammar-based fuzzer that lets one define
complex grammars to model text and binary data formats.

- [Installation](#installation)
- [Documentation](#documentation)
- [TLDR Example](#tldr-example)
- [More Examples](#more-examples)

## Installation

Install via pip:
Expand Down Expand Up @@ -141,4 +147,4 @@ HongKong, OK 40689
Mrs. Henry Blart
11 Sesame Street
Beijing, MT 58689-7258
```
```

0 comments on commit 0cff853

Please sign in to comment.