Skip to content

Commit

Permalink
rebuild docs after README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
clarketm committed May 17, 2018
1 parent eea8838 commit c093098
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@
<a href=""><img src="https://img.shields.io/npm/dt/@clarketm/super.svg" alt="Downloads"></a>
<a href="https://lernajs.io/"><img src="https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg" alt="Lerna"></a>
<a href=""><img src="https://img.shields.io/npm/l/@clarketm/super.svg" alt="License"></a></p>
<p><strong>Data Structures</strong> and <strong>Algorithms</strong> with superpowers! &#x1F4AA;&#x1F60E;</p>
<p><strong>Data structures</strong>, <strong>data types</strong>, and <strong>Algorithms</strong> with superpowers! &#x1F4AA;&#x1F60E;</p>
<blockquote>
<p>&lt;sub&gt;implemented in <strong>JavaScript</strong>.&lt;/sub&gt;</p>
</blockquote>
<p><a href="https://github.com/clarketm/super"><img src="https://github.com/clarketm/super/blob/master/resources/hero.png" alt="hero"></a></p>
<blockquote>
<p><em>&quot;JavaScript&apos;s missing data structures and algorithms!&quot;</em> - Mark Twain</p>
<p><em>&quot;JavaScript&apos;s missing data structures, data types, and algorithms!&quot;</em> - Mark Twain</p>
</blockquote>
<h2 id="installation">Installation</h2><h3 id="yarn">Yarn</h3><pre><code class="lang-bash"><code class="source-code prettyprint">$ yarn add @clarketm/super</code>
</code></pre>
Expand Down Expand Up @@ -394,6 +394,7 @@ <h2 id="data-types">Data Types</h2><ul>
<li><a href="https://github.com/clarketm/super/tree/master/packages/Math#readme">Math</a></li>
<li><a href="https://github.com/clarketm/super/tree/master/packages/String#readme">String</a></li>
</ul>
<p><br></p>
<h2 id="sorting-algorithms">Sorting Algorithms</h2><h3 id="-a-href--https---github-com-clarketm-super-tree-master-packages-mergesort-readme--mergesort--a-"><a href="https://github.com/clarketm/super/tree/master/packages/MergeSort#readme">MergeSort</a></h3><pre><code class="lang-js"><code class="source-code prettyprint">import { mergeSort } from &quot;@clarketm/super&quot;;

// General usage
Expand Down
Loading

0 comments on commit c093098

Please sign in to comment.