From b0e04fb00c31192628835ae4ab4ed187ec2b33e5 Mon Sep 17 00:00:00 2001 From: Caleb Vorderbruggen Date: Mon, 18 Apr 2022 18:15:42 -0400 Subject: [PATCH] updated README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6c7c709..cadfd17 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ $ ./handler ### Changing default settings -- a sets ip address -- p sets port -- d sets directory to serve +- `a` sets ip address +- `p` sets port +- `d` sets directory to serve ```golang $ ./handler -a 127.0.0.1 -p 3000 -d ./foo/bar