Skip to content

Commit

Permalink
YouTube video link added.
Browse files Browse the repository at this point in the history
  • Loading branch information
muaz-khan committed Oct 26, 2016
1 parent 9f9aa66 commit bc1476f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# [FileBufferReader.js](https://github.com/muaz-khan/FileBufferReader) / [Demo](https://www.WebRTC-Experiment.com/FileBufferReader/)
# [FileBufferReader.js](https://github.com/muaz-khan/FileBufferReader) / [Demo](https://www.WebRTC-Experiment.com/FileBufferReader/) / [Watch a YouTube video](https://www.youtube.com/watch?v=gv8xpdGdS4o)

[![npm](https://img.shields.io/npm/v/fbr.svg)](https://npmjs.org/package/fbr) [![downloads](https://img.shields.io/npm/dm/fbr.svg)](https://npmjs.org/package/fbr) [![Build Status: Linux](https://travis-ci.org/muaz-khan/FileBufferReader.png?branch=master)](https://travis-ci.org/muaz-khan/FileBufferReader)


Using FileBufferReader.js, you can:

1. Get list of array-buffers with each specific chunkSize
Expand Down
9 changes: 6 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@
</script>

<script src="https://cdn.webrtc-experiment.com/FileBufferReader.js"></script>
<script src="demo/PeerConnection.js"> </script>
<script src="demo/PeerUI.js"></script>
<script src="https://cdn.webrtc-experiment.com/FileBufferReader/demo/PeerConnection.js"> </script>
<script src="https://cdn.webrtc-experiment.com/FileBufferReader/demo/PeerUI.js"></script>

<link rel="stylesheet" href="demo/circular-progress-bar.css">
<link rel="stylesheet" href="https://cdn.webrtc-experiment.com/FileBufferReader/demo/circular-progress-bar.css">
</head>

<body>
Expand All @@ -169,6 +169,9 @@ <h1>

<blockquote>
FileBufferReader is a JavaScript library reads file and returns chunkified array-buffers. The resulting buffers can be shared using WebRTC data channels or socket.io.

<br><br>
<a href="https://www.youtube.com/watch?v=gv8xpdGdS4o" target="_blank">Watch a YouTube video</a> to understand how it works.
</blockquote>

<section class="experiment">
Expand Down

0 comments on commit bc1476f

Please sign in to comment.