Skip to content

Commit

Permalink
📝 Add otter in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nlepage committed Nov 15, 2017
1 parent b8efd9d commit ceddaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/immutadot/0.3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h2 class="home-link"><a href="index.html">immutad●t</a></h2><h3>Namespaces</h


<section class="readme has-github-corner">
<article><h1>immutad●t</h1><p>A JavaScript library to deal with nested immutable structures.</p>
<article><h1><img src="./misc/otter.svg" alt="immutadot logo"></h1><p>A JavaScript library to deal with nested immutable structures.</p>
<pre class="prettyprint source lang-js"><code>push({ nested: { prop: [1, 2] } }, 'nested.prop', 3, 4)
// → { nested: { prop: [1, 2, 3, 4] } }

Expand Down

0 comments on commit ceddaa9

Please sign in to comment.