From 5b279b54acb23a58587b2fdd878656fe332ef58c Mon Sep 17 00:00:00 2001 From: Disconnect3d Date: Thu, 21 Dec 2017 02:01:47 +0100 Subject: [PATCH] Fix Python 2&3 badge in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52fc016a4..c53a41f98 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# pwndbg [![Build Status](https://travis-ci.org/pwndbg/pwndbg.svg?branch=master)](https://travis-ci.org/pwndbg/pwndbg) [![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)]() [![Py2&3](https://img.shields.io/badge/Python-2%20%26%203-green.svg)] [![IRC](https://img.shields.io/badge/freenode-%23pwndbg-red.svg)](https://webchat.freenode.net/?channels=#pwndbg) +# pwndbg [![Build Status](https://travis-ci.org/pwndbg/pwndbg.svg?branch=master)](https://travis-ci.org/pwndbg/pwndbg) [![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)]() ![Py2&3](https://img.shields.io/badge/Python-2%20%26%203-green.svg) [![IRC](https://img.shields.io/badge/freenode-%23pwndbg-red.svg)](https://webchat.freenode.net/?channels=#pwndbg) `pwndbg` (/poʊndbæg/) is a GDB plug-in that makes debugging with GDB suck less, with a focus on features needed by low-level software developers, hardware hackers, reverse-engineers and exploit developers.