Skip to content

Commit de614ea

Browse files
authored
Merge pull request #308 from tnir/copyedit-docs-with-https
Update README.md with the latest URLs
2 parents b94b8e5 + c3bb429 commit de614ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# ADM-ZIP for NodeJS with added support for electron original-fs
22

3-
ADM-ZIP is a pure JavaScript implementation for zip data compression for [NodeJS](http://nodejs.org/).
3+
ADM-ZIP is a pure JavaScript implementation for zip data compression for [NodeJS](https://nodejs.org/).
44

55
# Installation
66

7-
With [npm](http://npmjs.org) do:
7+
With [npm](https://www.npmjs.com/) do:
88

99
$ npm install adm-zip
10-
10+
1111
## What is it good for?
1212
The library allows you to:
1313

@@ -62,4 +62,4 @@ There are no other nodeJS libraries that ADM-ZIP is dependent of
6262

6363
For more detailed information please check out the [wiki](https://github.com/cthackers/adm-zip/wiki).
6464

65-
[![build status](https://secure.travis-ci.org/cthackers/adm-zip.png)](http://travis-ci.org/cthackers/adm-zip)
65+
[![Build Status](https://travis-ci.org/cthackers/adm-zip.svg?branch=master)](https://travis-ci.org/cthackers/adm-zip)

0 commit comments

Comments
 (0)