Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKat Marchán <kzm@sykosomatic.org>2016-11-15 01:25:04 +0300
committerRebecca Turner <me@re-becca.org>2016-11-15 03:08:01 +0300
commit9c663b2dd8552f892dc0205330bbc73a484ecd81 (patch)
treeb351e768d84a769b8e2e37dcaf6e4db6865d0ae5 /README.md
parent6f34aa2d366fc9f90ae0d500ef980dd6c4ce505c (diff)
Update build status branch in README
PR-URL: https://github.com/npm/npm/pull/14627 Credit: @zkat Reviewed-By: @iarna
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e85a02808..eedf76b6b 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
npm(1) -- a JavaScript package manager
==============================
-[![Build Status](https://img.shields.io/travis/npm/npm/master.svg)](https://travis-ci.org/npm/npm)
+[![Build Status](https://img.shields.io/travis/npm/npm/latest.svg)](https://travis-ci.org/npm/npm)
## SYNOPSIS
This is just enough info to get you up and running.
@@ -156,7 +156,7 @@ When you find issues, please report them:
Be sure to include *all* of the output from the npm command that didn't work
as expected. The `npm-debug.log` file is also helpful to provide.
-You can also look for isaacs in #node.js on irc://irc.freenode.net. He
+You can also look for isaacs in #node.js on irc://irc.freenode.net. She
will no doubt tell you to put the output in a gist or email.
## SEE ALSO