diff --git a/README.md b/README.md index c97583f7cb1f3f1bfef02ad46a89284f59cb9be3..309bb80541da2ece79791ee8f1ce6e54a16014c1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Installation -This proxy has been developed with [Node.js](https://nodejs.org/en/) and the [http-proxy](https://www.npmjs.com/package/http-proxy) node module. +This proxy has been written in [Node.js](https://nodejs.org/) using the framework [Express](https://expressjs.com/) and the [http-proxy](https://github.com/http-party/node-http-proxy) node module to proxy requests. You will need to install Node.js on your computer. Then you will need to install the project's dependencies. Go to the root of the project and run the following command.