diff --git a/docs/index.html b/docs/index.html index 247b9bc4..74738137 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2,6 +2,7 @@ Prettier + @@ -81,7 +82,7 @@
- + @@ -153,6 +154,8 @@ var editorOptions = { var inputEditor = CodeMirror.fromTextArea(input, editorOptions); inputEditor.on('change', format); var outputEditor = CodeMirror.fromTextArea(output, {readOnly: true, lineNumbers: true, theme: 'base16-dark' }); + +document.getElementsByClassName('version')[0].innerText = prettier.version;