From 36969c8a1d5ecef6fad88ad320f724fa0bf072d2 Mon Sep 17 00:00:00 2001 From: Mitchell Hentges Date: Tue, 29 Mar 2016 09:41:39 +0200 Subject: [PATCH] Make npm badge link to package page --- npm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm/README.md b/npm/README.md index 1ab35eda2dd7..009d3e906ed8 100644 --- a/npm/README.md +++ b/npm/README.md @@ -2,7 +2,7 @@ [![build status](http://img.shields.io/travis/electron-userland/electron-prebuilt.svg?style=flat)](http://travis-ci.org/electron-userland/electron-prebuilt) -![badge](https://nodei.co/npm/electron-prebuilt.png?downloads=true) +[![badge](https://nodei.co/npm/electron-prebuilt.png?downloads=true)](https://www.npmjs.com/package/electron-prebuilt) Install [electron](https://github.com/atom/electron) prebuilt binaries for command-line use using npm. This module helps you easily install the `electron` command for use on the command line without having to compile anything.