From 097447e9d98558f1b93c292e4508270010f8c2ae Mon Sep 17 00:00:00 2001
From: Tucker Gary Siegel <tgsiegel@terpmail.umd.edu>
Date: Thu, 30 Sep 2021 18:34:15 -0400
Subject: [PATCH] fix readme

---
 README.md | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 577b6a6..429fc58 100644
--- a/README.md
+++ b/README.md
@@ -2,14 +2,9 @@
 
 Used to serve gdd, cfs, and gefs data, and can be expanded to more data
 
-Still need to add CFS/GEFS, and confidence intervals
-
-In the future, the errors folder might be moved to a common package when more go services are built to have shared error
-handling across all services
-
 To run: `go run main.go`
 Build to executable: `go build`
-To rebuild swagger: `swag init`
+To rebuild swagger: `swag init --parseDependency --parseDepth 2`
 
 ## Testing
 
@@ -20,4 +15,4 @@ Swagger [Here](http://localhost:8080/api/weather/gdd-swagger/index.html#/)
 
 ## Docker
 
-To build the image: `docker build -t dawn/gitlab.cs.umd.edu/dawn/go-backend/dawn-gdd .`
\ No newline at end of file
+To build the image: `dawn-cli build-image -p .`
\ No newline at end of file
-- 
GitLab