From 7b2532d2e66b58a4cb22fb8278795cef616ff962 Mon Sep 17 00:00:00 2001 From: Szauka <33459309+Szauka@users.noreply.github.com> Date: Fri, 15 Feb 2019 16:46:03 +0000 Subject: [PATCH] Updated documentation to include @tsed/multipartfiles --- docs/tutorials/multer.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/tutorials/multer.md b/docs/tutorials/multer.md index 5d0251bde62..cacfb1062d7 100644 --- a/docs/tutorials/multer.md +++ b/docs/tutorials/multer.md @@ -12,6 +12,10 @@ Before using the `@MultipartFile()` you must install [multer](https://github.com ```bash npm install --save multer @types/multer ``` +Then install `@tsed/multipartfiles` +``` +npm install --save multer @tsed/multipartfiles +``` ## Configure the File upload directory