From 845583e06bcf5e46fc3f24b7cb9fc527cbedbe70 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 2 Aug 2018 01:10:26 -0600 Subject: [PATCH] some file organization --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed7b45c..363188e 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Note: I also copied some code directly from **Start the server** ```bash -go run -race chatserver.go -conf ./config.yml +go run -race chatserver*.go -conf ./config.yml ``` See sample config file at `config.sample.yml`.