Skip to content

Commit

Permalink
fix typo (#1309)
Browse files Browse the repository at this point in the history
* fix typo

* Update README.md
  • Loading branch information
sy-records committed Jul 30, 2020
1 parent 90d283d commit 9150678
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/docsify-server-renderer/README.md
Expand Up @@ -14,7 +14,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 All @@ -35,12 +35,12 @@ renderer.renderToString(url)
<meta charset="UTF-8">
<title>docsify</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//unpkg.com/docsify/themes/buble.css" title="buble" disabled>
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/themes/vue.css" title="vue">
</head>
<body>
<!--inject-app-->
<!--inject-config-->
<script src="//unpkg.com/docsify/lib/docsify.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.js"></script>
</body>
</html>
```

1 comment on commit 9150678

@vercel
Copy link

@vercel vercel bot commented on 9150678 Jul 30, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.