Skip to content

Commit

Permalink
update CDN version in README and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaong committed Jun 18, 2020
1 parent 6f8cc5d commit a25e8bc
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Alternatively, if you prefer to use a `<script>` tag, you can require MiniSearch
from a CDN:

```html
<script src="https://cdn.jsdelivr.net/npm/minisearch@2.2.2/dist/umd/index.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/minisearch@2.4.0/dist/umd/index.min.js"></script>
```

Finally, if you want to manually build the library, clone the repository and run
Expand Down
2 changes: 1 addition & 1 deletion docs/MiniSearch.html
Original file line number Diff line number Diff line change
Expand Up @@ -3833,7 +3833,7 @@ <h5>Returns:</h5>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Thu Jun 18 2020 12:29:24 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Thu Jun 18 2020 15:08:34 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/MiniSearch.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ <h1 class="page-title">MiniSearch.js</h1>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Thu Jun 18 2020 12:29:24 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Thu Jun 18 2020 15:08:34 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/SearchableMap.html
Original file line number Diff line number Diff line change
Expand Up @@ -2718,7 +2718,7 @@ <h5>Returns:</h5>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Thu Jun 18 2020 12:29:24 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Thu Jun 18 2020 15:08:34 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/SearchableMap_SearchableMap.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ <h1 class="page-title">SearchableMap/SearchableMap.js</h1>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Thu Jun 18 2020 12:29:24 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Thu Jun 18 2020 15:08:34 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ <h2>Installation</h2>
<p>Then <code>require</code> or <code>import</code> it in your project.</p>
<p>Alternatively, if you prefer to use a <code>&lt;script&gt;</code> tag, you can require MiniSearch
from a CDN:</p>
<pre class="prettyprint source lang-html"><code>&lt;script src=&quot;https://cdn.jsdelivr.net/npm/minisearch@2.2.2/dist/umd/index.min.js&quot;>&lt;/script>
<pre class="prettyprint source lang-html"><code>&lt;script src=&quot;https://cdn.jsdelivr.net/npm/minisearch@2.4.0/dist/umd/index.min.js&quot;>&lt;/script>
</code></pre>
<p>Finally, if you want to manually build the library, clone the repository and run
<code>yarn build</code> (or <code>yarn build-minified</code> for a minified version + source maps).
Expand Down Expand Up @@ -334,7 +334,7 @@ <h2>Contributing</h2>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Thu Jun 18 2020 12:29:24 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Thu Jun 18 2020 15:08:34 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down

0 comments on commit a25e8bc

Please sign in to comment.