From 5cb2bfb760071a3c59a2e4853739e9abc3821a5a Mon Sep 17 00:00:00 2001 From: mya Date: Sat, 21 May 2022 09:33:03 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0d6140..8c218ce 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,6 @@ $ go run ./catalog.go ``` This starts a web server for you to interact with on `localhost:8080`. If `:8080` is already in use, you can configure -the bind address be passing the `-bind_address` flag with the desired host and port. +the bind address by passing the `-bind_address` flag with the desired host and port. ![Screenshot](screenshot.png)