Browse Source

Fixing quotes

silasb 11 years ago
parent
commit
42c577db0c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -82,8 +82,8 @@ func main() {
     v2 := r.Group("/v2")
     {
         v2.POST("/login", loginEndpoint)
-        v2.POST("/submit"", submitEndpoint)
-        v2.POST("/read"", readEndpoint)
+        v2.POST("/submit", submitEndpoint)
+        v2.POST("/read", readEndpoint)
     }
 
     // Listen and server on 0.0.0.0:8080