소스 검색

Corrected the npm badge

Satnam Singh Brar 5 년 전
부모
커밋
b7329e0e28
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -1,6 +1,6 @@
 # Node PeerJS
 
-[![Version](https://img.shields.io/npm/v/node-peerjs.svg)](https://www.npmjs.org/package/peerjs-on-nodejs)
+[![npm version](https://badge.fury.io/js/peerjs-on-node.svg)](https://badge.fury.io/js/peerjs-on-node)
 
 A port of the [PeerJS library](https://github.com/peers/peerjs) which currently only works on browsers. It uses the `wrtc` node module to provide webrtc functionality and fixes various compatibility issues with NodeJS.