Skip to content

Commit f75dd56

Browse files
committed
Merge pull request #119 from ForbesLindesay/patch-3
Fix travis icon
2 parents a96c30c + b2c4ecc commit f75dd56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A port of node's `crypto` module to the browser.
44

5-
[![travis](https://secure.travis-ci.org/dominictarr/crypto-browserify.png?branch=master)](https://travis-ci.org/dominictarr/crypto-browserify)
5+
[![travis](https://img.shields.io/travis/crypto-browserify/crypto-browserify/master.svg?style=flat)](https://travis-ci.org/crypto-browserify/crypto-browserify)
66

77
The goal of this module is to reimplement node's crypto module,
88
in pure javascript so that it can run in the browser.

0 commit comments

Comments
 (0)