Skip to content

Commit dbcc204

Browse files
authored
Update README.md
Fixes expressjs/expressjs.com#735 and some minor rewording.
1 parent 2723d43 commit dbcc204

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on top of [busboy](https://github.com/mscdex/busboy) for maximum efficiency.
99

1010
This README is also available in other languages:
1111

12-
- [简体中文](./doc/README-zh-cn.md) (Chinese)
12+
- [简体中文](https://github.com/expressjs/multer/blob/master/doc/README-zh-cn.md) (Chinese)
1313

1414
## Installation
1515

@@ -279,8 +279,7 @@ app.post('/profile', function (req, res) {
279279

280280
## Custom storage engine
281281

282-
See [the documentation here](/StorageEngine.md) if you want to build your own
283-
storage engine.
282+
For information on how to build your own storage engine, see [Multer Storage Engine](https://github.com/expressjs/multer/blob/master/StorageEngine.md).
284283

285284
## License
286285

0 commit comments

Comments
 (0)