mirror of https://github.com/kbandla/dpkt.git
fix buttons in markdown
This commit is contained in:
parent
a06100f8ca
commit
02c75fa71f
18
README.md
18
README.md
|
@ -4,16 +4,16 @@ dpkt
|
||||||
fast, simple packet creation / parsing, with definitions for the basic
|
fast, simple packet creation / parsing, with definitions for the basic
|
||||||
TCP/IP protocols
|
TCP/IP protocols
|
||||||
|
|
||||||
![docs](https://readthedocs.org/projects/dpkt/badge/?style=flat:target:https://readthedocs.org/projects/dpkt)
|
[![docs](https://readthedocs.org/projects/dpkt/badge/?style=flat)](https://readthedocs.org/projects/dpkt)
|
||||||
![travis](http://img.shields.io/travis/brifordwylie/dpkt/master.png?style=flat:target:https://travis-ci.org/brifordwylie/dpkt)
|
[![travis](http://img.shields.io/travis/brifordwylie/dpkt/master.png?style=flat)](https://travis-ci.org/brifordwylie/dpkt)
|
||||||
![coveralls](http://img.shields.io/coveralls/brifordwylie/dpkt/master.png?style=flat:target:https://coveralls.io/r/brifordwylie/dpkt)
|
[![coveralls](http://img.shields.io/coveralls/brifordwylie/dpkt/master.png?style=flat)](https://coveralls.io/r/brifordwylie/dpkt)
|
||||||
![landscape](https://landscape.io/github/brifordwylie/dpkt/master/landscape.svg?style=flat:target:https://landscape.io/github/brifordwylie/dpkt/master)
|
[![landscape](https://landscape.io/github/brifordwylie/dpkt/master/landscape.svg?style=flat)](https://landscape.io/github/brifordwylie/dpkt/master)
|
||||||
![version](http://img.shields.io/pypi/v/dpkt.png?style=flat:target:https://pypi.python.org/pypi/dpkt)
|
[![version](http://img.shields.io/pypi/v/dpkt.png?style=flat)](https://pypi.python.org/pypi/dpkt)
|
||||||
|
|
||||||
![downloads](http://img.shields.io/pypi/dm/dpkt.png?style=flat:target:https://pypi.python.org/pypi/dpkt)
|
[![downloads](http://img.shields.io/pypi/dm/dpkt.png?style=flat)](https://pypi.python.org/pypi/dpkt)
|
||||||
![wheel](https://pypip.in/wheel/dpkt/badge.png?style=flat:target:https://pypi.python.org/pypi/dpkt)
|
[![wheel](https://pypip.in/wheel/dpkt/badge.png?style=flat)](https://pypi.python.org/pypi/dpkt)
|
||||||
![supported-versions](https://pypip.in/py_versions/dpkt/badge.png?style=flat:target:https://pypi.python.org/pypi/dpkt)
|
[![supported-versions](https://pypip.in/py_versions/dpkt/badge.png?style=flat)](https://pypi.python.org/pypi/dpkt)
|
||||||
![supported-implementations](https://pypip.in/implementation/dpkt/badge.png?style=flat:target:https://pypi.python.org/pypi/dpkt)
|
[![supported-implementations](https://pypip.in/implementation/dpkt/badge.png?style=flat)](https://pypi.python.org/pypi/dpkt)
|
||||||
|
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
|
|
Loading…
Reference in New Issue