Skip to content

Commit 7e5079f

Browse files
committed
Fix npm badges
1 parent b713ab7 commit 7e5079f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
> The [`assert`](https://nodejs.org/api/assert.html) module from Node.js, for the browser.
44
55
[![Build Status](https://travis-ci.org/browserify/commonjs-assert.svg?branch=master)](https://travis-ci.org/browserify/commonjs-assert)
6-
[![npm](https://img.shields.io/npm/dm/commonjs-assert.svg)](https://www.npmjs.com/package/commonjs-assert)
7-
[![npm](https://img.shields.io/npm/v/commonjs-assert.svg)](https://www.npmjs.com/package/commonjs-assert)
6+
[![npm](https://img.shields.io/npm/dm/assert.svg)](https://www.npmjs.com/package/assert)
7+
[![npm](https://img.shields.io/npm/v/assert.svg)](https://www.npmjs.com/package/assert)
88

99
With browserify, simply `require('assert')` or use the `assert` global and you will get this module.
1010

0 commit comments

Comments
 (0)