Merge pull request #737 from jthegedus/ssr-now-fix

Fix typo in Now SSR example code snippet
up9cloud-full-emoji
Anton Wilhelm 5 years ago committed by GitHub
commit cb53106fa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/ssr.md

@ -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…
Cancel
Save