diff --git a/README.md b/README.md index f74d4a7..d3235ee 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ See [`unibeautify` branch](../../tree/unibeautify) for work in progress and [Iss Some of the supported beautifiers are developed for Node.js and are automatically installed when Atom-Beautify is installed. However, other beautifiers are command-line interface (CLI) applications and require you to manually install them. | Beautifier | Is Pre-Installed? | Installation Instructions | -| --- | --- | --- | ---- | +| --- | --- | --- | | autopep8 | :x: | Go to https://github.com/hhatto/autopep8 and follow the instructions. | | beautysh | :x: | Go to https://github.com/bemeurer/beautysh and follow the instructions. | | clang-format | :x: | Go to https://clang.llvm.org/docs/ClangFormat.html and follow the instructions. | diff --git a/docs/index.coffee b/docs/index.coffee index 482fc0f..80539b9 100755 --- a/docs/index.coffee +++ b/docs/index.coffee @@ -169,7 +169,7 @@ Handlebars.registerHelper('beautifiers-info', (beautifiers, options) -> ) results = """ | Beautifier | Is Pre-Installed? | Installation Instructions | - | --- | --- | --- | ---- | + | --- | --- | --- | #{rows.join('\n')} """ return new Handlebars.SafeString(results)