Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bubenshchykov committed Jul 28, 2017
1 parent 2e4f1f2 commit 6c8e343
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
@@ -1,4 +1,4 @@
ngrok [![Build Status](https://travis-ci.org/bubenshchykov/ngrok.png?branch=master)](https://travis-ci.org/bubenshchykov/ngrok) ![TypeScript compatible](https://img.shields.io/badge/typescript-compatible-brightgreen.svg)
ngrok [![Build Status](https://travis-ci.org/bubenshchykov/ngrok.png?branch=master)](https://travis-ci.org/bubenshchykov/ngrok) ![TypeScript compatible](https://img.shields.io/badge/typescript-compatible-brightgreen.svg) [![npm](https://img.shields.io/npm/v/ngrok.svg)]() [![npm](https://img.shields.io/npm/dm/ngrok.svg)]()
=====

![alt ngrok.com](https://ngrok.com/static/img/overview.png)
Expand All @@ -8,9 +8,8 @@ Ngrok exposes your localhost to the web. https://ngrok.com/
usage
===

[![NPM](https://nodei.co/npm/ngrok.png?global=true&&downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/ngrok/)

```
npm install ngrok
var ngrok = require('ngrok');
ngrok.connect(function (err, url) {});
Expand Down

0 comments on commit 6c8e343

Please sign in to comment.