Skip to content

Commit

Permalink
Bump to version 2.0.17 with correct type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
mattboldt committed Nov 8, 2023
1 parent 4de8343 commit 9e5d003
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -16,7 +16,7 @@ Typed.js is a library that types. Enter in any string, and watch it type at the
### CDN

```html
<script src="https://unpkg.com/typed.js@2.0.16/dist/typed.umd.js"></script>
<script src="https://unpkg.com/typed.js@2.0.17/dist/typed.umd.js"></script>
```

For use directly in the browser via `<script>` tag:
Expand All @@ -26,7 +26,7 @@ For use directly in the browser via `<script>` tag:
<span id="element"></span>

<!-- Load library from the CDN -->
<script src="https://unpkg.com/typed.js@2.0.16/dist/typed.umd.js"></script>
<script src="https://unpkg.com/typed.js@2.0.17/dist/typed.umd.js"></script>

<!-- Setup and start animation! -->
<script>
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Expand Up @@ -149,7 +149,7 @@
<hr />
<h2 id="installation">Installation</h2>
<h3 id="cdn">CDN</h3>
<pre><code class="lang-html"><code class="source-code prettyprint">&lt;script src=&quot;https://unpkg.com/typed.js@2.0.16/dist/typed.umd.js&quot;&gt;&lt;/script&gt;</code>
<pre><code class="lang-html"><code class="source-code prettyprint">&lt;script src=&quot;https://unpkg.com/typed.js@2.0.17/dist/typed.umd.js&quot;&gt;&lt;/script&gt;</code>
</code></pre>
<p>
For use directly in the browser via <code>&lt;script&gt;</code> tag:
Expand All @@ -158,7 +158,7 @@ <h3 id="cdn">CDN</h3>
&lt;span id=&quot;element&quot;&gt;&lt;/span&gt;

&lt;!-- Load library from the CDN --&gt;
&lt;script src=&quot;https://unpkg.com/typed.js@2.0.16/dist/typed.umd.js&quot;&gt;&lt;/script&gt;
&lt;script src=&quot;https://unpkg.com/typed.js@2.0.17/dist/typed.umd.js&quot;&gt;&lt;/script&gt;

&lt;!-- Setup and start animation! --&gt;
&lt;script&gt;
Expand Down

0 comments on commit 9e5d003

Please sign in to comment.