Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
muaz-khan committed Jul 17, 2018
1 parent c99cf68 commit 8b6950d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ Otherwise check cdnjs below.
You can even link specific [releases](https://github.com/muaz-khan/RecordRTC/releases):

```html
<!-- use 5.4.6 or any other version on cdnjs -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/RecordRTC/5.4.6/RecordRTC.js"></script>
<!-- use 5.4.7 or any other version on cdnjs -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/RecordRTC/5.4.7/RecordRTC.js"></script>
```

Note: You can use `RecordRTC.min.js` as well. (on webrtc-experiment or cdnjs)
Expand Down
1 change: 1 addition & 0 deletions RecordRTC-to-PHP/delete.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ function selfInvoker()
'webm',
'wav',
'mp4',
"mkv",
'mp3',
'ogg'
);
Expand Down

0 comments on commit 8b6950d

Please sign in to comment.