aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8eb35ad..fb9b28b 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@ Setup:
Have golang installed a correct GOPATH
-Move config-init to config and change the values to reflect the instance
+Copy config-init to config and change the values to reflect the instance
Create the database, username, and password for psql that is used in config file
@@ -10,6 +10,6 @@ run
psql -U (user) -d (database) -f databaseschema.psql
-then start the client with
+then start the server with
go run . \ No newline at end of file