Browse Source

Add url to description

pull/2/head
Luke Childs 7 years ago
parent
commit
99172c40ec
  1. 2
      README.md
  2. 2
      package.json

2
README.md

@ -1,6 +1,6 @@
# reverse-shell
> Reverse Shell as a Service
> Reverse Shell as a Service - https://shell.now.sh
[![Build Status](https://travis-ci.org/lukechilds/reverse-shell.svg?branch=master)](https://travis-ci.org/lukechilds/reverse-shell)
[![Coverage Status](https://coveralls.io/repos/github/lukechilds/reverse-shell/badge.svg?branch=master)](https://coveralls.io/github/lukechilds/reverse-shell?branch=master)

2
package.json

@ -1,7 +1,7 @@
{
"name": "reverse-shell",
"version": "1.0.0",
"description": "Reverse Shell as a Service",
"description": "Reverse Shell as a Service - https://shell.now.sh",
"main": "src/index.js",
"scripts": {
"start": "micro",

Loading…
Cancel
Save