Skip to content

Commit

Permalink
refactor: add new build
Browse files Browse the repository at this point in the history
  • Loading branch information
tomickigrzegorz committed Dec 12, 2021
1 parent 2b408d7 commit 03b2bc3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ See the demo - [example](https://tomik23.github.io/autocomplete/)
#### CSS

```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tomik23/autocomplete@1.6.9/dist/css/autocomplete.min.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tomik23/autocomplete@1.7.1/dist/css/autocomplete.min.css"/>
```

#### JavaScript

```html
<script src="https://cdn.jsdelivr.net/gh/tomik23/autocomplete@1.6.9/dist/js/autocomplete.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/tomik23/autocomplete@1.7.1/dist/js/autocomplete.min.js"></script>
```

##### -- OR --
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ <h3>Include JS and CSS files</h3>
-- OR CDN --
<div rel="HTML" class="html-class">
<pre><code class="language-html">&lt;!-- CSS file --&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/gh/tomik23/autocomplete@1.6.7/dist/css/autocomplete.min.css&quot;/&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/gh/tomik23/autocomplete@1.7.1/dist/css/autocomplete.min.css&quot;/&gt;

&lt;!-- JS file --&gt;
&lt;script src=&quot;https://cdn.jsdelivr.net/gh/tomik23/autocomplete@1.6.7/dist/js/autocomplete.min.js&quot;&gt;&lt;/script&gt;
&lt;script src=&quot;https://cdn.jsdelivr.net/gh/tomik23/autocomplete@1.7.1/dist/js/autocomplete.min.js&quot;&gt;&lt;/script&gt;
</code></pre>
</div>

Expand Down

0 comments on commit 03b2bc3

Please sign in to comment.