From 5848b8cd40bf8269c105abfcdcce048822807cb7 Mon Sep 17 00:00:00 2001 From: FORESTIER Fabien <fabien.forestier@soprasteria.com> Date: Fri, 15 May 2020 10:46:45 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c97583f..309bb80 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. -- GitLab