From 7c4080ffddeb24f67efe8e74fa6afd648a80bcc7 Mon Sep 17 00:00:00 2001 From: Martin Cigorraga Date: Mon, 11 Jan 2021 15:07:46 -0300 Subject: [PATCH] Update server README.md --- server/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/README.md b/server/README.md index 944c458..5c5b0ed 100644 --- a/server/README.md +++ b/server/README.md @@ -27,7 +27,7 @@ running the pdfdraw server. Install the node dependencies by running `npm install` in the `server` folder. -Copy `server.conf.in` to `server.conf` and adjust to your requirements. +Copy `config.js.in` to `config.js` and adjust to your requirements. ## Running