[skip CI] updated docs to use YAML
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@
|
||||
<div id="right"></div>
|
||||
<script>
|
||||
$(document).ready(() => {
|
||||
$.getJSON('sample.yml', (data) => {
|
||||
$.get('sample.yml', (data) => {
|
||||
$('#input').val(data).trigger('paste');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user