diff --git a/README.md b/README.md index 7aa529ca..6bb12845 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ app.use((err, req, res, next) => { ## Example Express API Server Try the complete example below: +(_it includes file upload as well!_) ```javascript var express = require('express');