Skip to content

Commit

Permalink
fix error in ssr config example
Browse files Browse the repository at this point in the history
  • Loading branch information
jthegedus committed Jan 5, 2019
1 parent 6ac7bac commit 3b952ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ssr.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 3b952ac

Please sign in to comment.