Explorar el Código

Merge pull request #215 from el3ctro-/develop

Fix typo in README.md
Javier Provecho Fernandez hace 11 años
padre
commit
66b6eecec6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -93,7 +93,7 @@ func main() {
 		c.String(200, "pong")
 	})
 
-	// Listen and server on 0.0.0.0:8080
+	// Listen and serve on 0.0.0.0:8080
 	r.Run(":8080")
 }
 ```