Skip to content

Commit

Permalink
Merge branch 'gh-pages' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmywarting authored Jan 23, 2020
2 parents aaf2301 + 5d2b77e commit 2f6c53e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions example.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
</a>

<h2>Example of saving a stream directly to the filesystem</h2>
<ul>
<nav itemscope="itemscope" itemtype="http://www.schema.org/SiteNavigationElement">
<li><a href="examples/media-stream.html">Saving audio or video stream using mediaRecorder</a>
<li><a href="examples/fetch.html">Piping a fetch response to StreamSaver</a>
<li><a href="examples/plain-text.html">Write as you type</a>
<li><a href="examples/torrent.html">Saving a file using webtorrent</a>
<li><a href="examples/saving-a-blob.html">Saving one Blob (File)</a>
<li><a href="examples/saving-multiple-files.html">Saving multiple files as a zip</a>
<li><a href="examples/write-slowly.html">Slowly write 1 byte / sec</a>
</ul>
</nav>
</body>
</html>
2 changes: 1 addition & 1 deletion examples/plain-text.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<title>Save plain text as you type</title>
</head>
<body>
<script src="https://cdn.jsdelivr.net/webtorrent/latest/webtorrent.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion examples/saving-a-blob.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<title>Saving a Blob</title>
</head>
<body>
<button id="$start">Start</button>
Expand Down
2 changes: 1 addition & 1 deletion examples/saving-multiple-files.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<title>Saving multiple files as zip</title>
</head>
<body>
<button id="$start">Start</button>
Expand Down
2 changes: 1 addition & 1 deletion examples/torrent.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<title>Save a file from a torrent</title>
</head>
<body>
<p>
Expand Down

0 comments on commit 2f6c53e

Please sign in to comment.