diff --git a/generator/index.js b/generator/index.js
index 9db395cb..f61dddec 100755
--- a/generator/index.js
+++ b/generator/index.js
@@ -142,7 +142,7 @@ module.exports = (api, opts, rootOpts) => {
const lines = content.split(/\r?\n/g).reverse()
const lastLink = lines.findIndex(line => line.match(/^\s*'
+ lines[lastLink] += '\n '
content = lines.reverse().join('\n')
fs.writeFileSync(indexPath, content, { encoding: 'utf8' })