Skip to content

Commit

Permalink
Merge pull request expressjs#419 from crandmck/patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
LinusU authored Nov 23, 2016
2 parents 2723d43 + dbcc204 commit c6fee61
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on top of [busboy](https://github.com/mscdex/busboy) for maximum efficiency.

This README is also available in other languages:

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

## Installation

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

## Custom storage engine

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

## License

Expand Down

0 comments on commit c6fee61

Please sign in to comment.