Fix filename casing

This commit is contained in:
Simon Mattila 2019-07-25 17:29:31 +02:00
parent f44fb6e8d8
commit 08868bc5a0

View File

@ -44,17 +44,17 @@
<h3>Exploring the catalogue</h3> <h3>Exploring the catalogue</h3>
<p>Now that you've installed the MangaDex extension it should show up in the <code>Catalogues</code> tab. The items appearing here are called <code>Sources</code>, an extension can contain multiple sources.</p> <p>Now that you've installed the MangaDex extension it should show up in the <code>Catalogues</code> tab. The items appearing here are called <code>Sources</code>, an extension can contain multiple sources.</p>
<div class="d-flex justify-content-center"> <div class="d-flex justify-content-center">
<img src="assets/Catalogues.png" loading="lazy" intrinsicsize="1080x828" width="270" height="207"> <img src="assets/catalogues.png" loading="lazy" intrinsicsize="1080x828" width="270" height="207">
</div> </div>
<h3>Adding manga to your library</h3> <h3>Adding manga to your library</h3>
<p>To find and add manga, you can now either use the <code>Latest</code> button on your source, or you can use <code>Browse</code> and search for it.</p> <p>To find and add manga, you can now either use the <code>Latest</code> button on your source, or you can use <code>Browse</code> and search for it.</p>
<p>Now that you've found manga that you want to add to your library, click on it and then press the blue bookmark button.</p> <p>Now that you've found manga that you want to add to your library, click on it and then press the blue bookmark button.</p>
<p>It should now appear in your <code>My library</code> tab, ready to be read!</p> <p>It should now appear in your <code>My library</code> tab, ready to be read!</p>
<figure> <figure>
<video crossorigin="use-credentials" controls playsinline preload="none" muted loop loading="lazy" poster="assets/AddToLibrary.png" intrinsicsize="600x1089" width="300" height="544"> <video crossorigin="use-credentials" controls playsinline preload="none" muted loop loading="lazy" poster="assets/addtolibrary.png" intrinsicsize="600x1089" width="300" height="544">
<source src="assets/AddToLibrary.mp4" type="video/mp4" /> <source src="assets/addtolibrary.mp4" type="video/mp4" />
<source src="assets/AddToLibrary.webm" type="video/webm" /> <source src="assets/addtolibrary.webm" type="video/webm" />
<noscript><img src="assets/AddToLibrary.gif" alt width="300" height="544"/></noscript> <noscript><img src="assets/addtolibrary.gif" alt width="300" height="544"/></noscript>
</video> </video>
</figure> </figure>
<div class="mb-4"> <div class="mb-4">