We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca510d9 commit a363070Copy full SHA for a363070
index.html
@@ -106,7 +106,7 @@ <h1>SQL Formatter</h1>
106
</section>
107
</main>
108
109
- <script type="text/javascript" src="https://unpkg.com/sql-formatter@1.1.2/dist/sql-formatter.min.js"></script>
+ <script type="text/javascript" src="https://unpkg.com/sql-formatter@latest/dist/sql-formatter.min.js"></script>
110
<script>
111
(function() {
112
let language = document.getElementById('language');
0 commit comments