v1.0.3: fix typo in docs
This commit is contained in:
parent
39f97c5de8
commit
152fc735ac
|
@ -3,7 +3,7 @@ serve-tpl-attachment
|
||||||
|
|
||||||
```js
|
```js
|
||||||
var serveIndex = require('serve-index')({
|
var serveIndex = require('serve-index')({
|
||||||
template: require('serve-tpl-attachment')
|
template: require('serve-tpl-attachment')()
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "serve-tpl-attachment",
|
"name": "serve-tpl-attachment",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"description": "A template for serve-static with a direct download option (requires serve-index)",
|
"description": "A template for serve-static with a direct download option (requires serve-index)",
|
||||||
"homepage": "https://git.coolaj86.com/coolaj86/serve-tpl-download.js",
|
"homepage": "https://git.coolaj86.com/coolaj86/serve-tpl-download.js",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
|
Loading…
Reference in New Issue