diff --git a/README.md b/README.md index 5c6fb73..c7f5054 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ Script will pack your WebNovels into convinient eBooks, complete with cover imag It's a Node.js project so install that. Project is using `node-html-parser` and `nodemailer` libraries. It should be enough to: ``` -npm install node-html-parser --save -npm install nodemailer --save +npm install --save node-html-parser +npm install --save nodemailer ``` # Config