From 3a6a8010b9b409e12d84036b9b58ded80f7f1293 Mon Sep 17 00:00:00 2001 From: Timothy Ye Date: Tue, 15 Dec 2015 00:24:04 +0800 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f82694..cbd26b5 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,6 @@ cd godns go get go build ``` -* Then you get GoDNS. ## Run it @@ -36,7 +35,7 @@ go build * Rename it to **config.json**. * Configure your domain/sub-domain info, username and password of DNSPod account. * Configure log file path, max size of log file, max count of log file. -* Configure user id, group id for safty. +* Configure user id, group id for safety. * Save it in the same directory of GoDNS, or use -c=your_conf_path command. * The last step, run godns: