From 220ff0e3f742f33ff993093e9c1c93a5f2b3bf77 Mon Sep 17 00:00:00 2001 From: Ryan Dewhurst Date: Wed, 26 Sep 2018 21:17:02 +0200 Subject: [PATCH] Update readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6e6593fc..bc6f8bb9 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -![alt text](https://raw.githubusercontent.com/wpscanteam/wpscan/gh-pages/wpscan_logo_407x80.png "WPScan - WordPress Security Scanner") v3 BETA +![alt text](https://raw.githubusercontent.com/wpscanteam/wpscan/gh-pages/wpscan_logo_407x80.png "WPScan - WordPress Security Scanner") [![Gem Version](https://badge.fury.io/rb/wpscan.svg)](https://badge.fury.io/rb/wpscan) -[![Build Status](https://travis-ci.org/wpscanteam/wpscan-v3.svg?branch=master)](https://travis-ci.org/wpscanteam/wpscan-v3) -[![Code Climate](https://codeclimate.com/github/wpscanteam/wpscan-v3/badges/gpa.svg)](https://codeclimate.com/github/wpscanteam/wpscan-v3) +[![Build Status](https://travis-ci.org/wpscanteam/wpscan.svg?branch=master)](https://travis-ci.org/wpscanteam/wpscan-v3) +[![Code Climate](https://codeclimate.com/github/wpscanteam/wpscan/badges/gpa.svg)](https://codeclimate.com/github/wpscanteam/wpscan) [![Patreon Donate](https://img.shields.io/badge/patreon-donate-green.svg)](https://www.patreon.com/wpscan) # INSTALL @@ -24,7 +24,7 @@ gem install wpscan Prerequisites: Git ``` -git clone https://github.com/wpscanteam/wpscan-v3 wpscan +git clone https://github.com/wpscanteam/wpscan cd wpscan/ @@ -33,7 +33,7 @@ bundle install && rake install # Docker -Pull the repo with ```docker pull wpscanteam/wpscan-v3``` +Pull the repo with ```docker pull wpscanteam/wpscan``` # Usage