From f08a8e3cc23e8bdaa67b0efb0154e7554c8db185 Mon Sep 17 00:00:00 2001 From: obvTiger Date: Wed, 9 Apr 2025 10:09:47 +0200 Subject: [PATCH] fix: add full option declaraction --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb50bd9..91076a4 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,8 @@ node server.js The server allows the following options: -- `--port`: The port to listen on. Default: 3000 -- `--host`: The host to bind the server to. Default: localhost +- `--port`, `-p`: The port to listen on. Default: 3000 +- `--host`, `-h`: The host to bind the server to. Default: localhost ### Running with docker