Merge pull request #737 from jthegedus/ssr-now-fix
Fix typo in Now SSR example code snippet
This commit is contained in:
commit
cb53106fa7
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ var readFileSync = require('fs').readFileSync
|
|||
|
||||
// init
|
||||
var renderer = new Renderer({
|
||||
template: readFileSync('./docs/index.template.html', 'utf-8').,
|
||||
template: readFileSync('./docs/index.template.html', 'utf-8'),
|
||||
config: {
|
||||
name: 'docsify',
|
||||
repo: 'docsifyjs/docsify'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue