Skip to content

Commit a363070

Browse files
authored
Use latest version in demo page
1 parent ca510d9 commit a363070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ <h1>SQL Formatter</h1>
106106
</section>
107107
</main>
108108

109-
<script type="text/javascript" src="https://unpkg.com/sql-formatter@1.1.2/dist/sql-formatter.min.js"></script>
109+
<script type="text/javascript" src="https://unpkg.com/sql-formatter@latest/dist/sql-formatter.min.js"></script>
110110
<script>
111111
(function() {
112112
let language = document.getElementById('language');

0 commit comments

Comments
 (0)