Skip to content

Commit

Permalink
fix: remove greenkeeper
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoRBaquero authored May 11, 2020
1 parent 8eea316 commit 2605d10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# 1337 [![npm](https://img.shields.io/npm/v/1337.svg)](https://npmjs.org/package/1337) [![downloads](https://img.shields.io/npm/dm/1337.svg)](https://npmjs.org/package/1337) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/) [![npm](https://img.shields.io/npm/l/1337.svg)](LICENSE) [![Greenkeeper badge](https://badges.greenkeeper.io/DiegoRBaquero/node-1337.svg)](https://greenkeeper.io/)
# 1337 [![npm](https://img.shields.io/npm/v/1337.svg)](https://npmjs.org/package/1337) [![downloads](https://img.shields.io/npm/dm/1337.svg)](https://npmjs.org/package/1337) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/) [![npm](https://img.shields.io/npm/l/1337.svg)](LICENSE)
#### Convert your text into leet speak

## Installation
To install 1337 for use in node or the browser with require('1337')

```bash
npm install 1337 --save
npm install 1337
```

To install as a CLI program

```bash
npm install 1337 -g
npm install -g 1337
```

## Usage
Expand Down

0 comments on commit 2605d10

Please sign in to comment.