Skip to content

Commit 65df2b5

Browse files
committed
Update README.md
1 parent 1c83216 commit 65df2b5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,17 +71,17 @@ navigator.mediaDevices.getUserMedia({
7171
## CDN
7272

7373
```html
74-
<!-- use 5.5.3 or any other version on cdnjs -->
75-
<script src="https://cdnjs.cloudflare.com/ajax/libs/RecordRTC/5.5.3/RecordRTC.js"></script>
74+
<!-- recommended -->
75+
<script src="https://www.WebRTC-Experiment.com/RecordRTC.js"></script>
76+
77+
<!-- use 5.5.5 or any other version on cdnjs -->
78+
<script src="https://cdnjs.cloudflare.com/ajax/libs/RecordRTC/5.5.5/RecordRTC.js"></script>
7679

7780
<!-- NPM i.e. "npm install recordrtc" -->
7881
<script src="node_modules/recordrtc/RecordRTC.js"></script>
7982

8083
<!-- bower -->
8184
<script src="bower_components/recordrtc/RecordRTC.js"></script>
82-
83-
<!-- it is using github-pages hosting behind the scene -->
84-
<script src="https://www.WebRTC-Experiment.com/RecordRTC.js"></script>
8585
```
8686

8787
## Configuration

0 commit comments

Comments
 (0)