diff --git a/README.md b/README.md index f91be65..dc63d72 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ The project depends on the following packages (installed when you ran `npm i`): * express (a web server framework) * nunjucks (a templating engine) * nunjucks-append (an extension that adds more functionality to nunjucks) +* nunjucks-markdown (markdown support in nunjucks) +* marked (markdown parser/compiler) * chokidar (reload templates if they change on disk) * fs (used for filesystem operations)