Explorar el Código

Fix README mistake

Justin Mayhew hace 10 años
padre
commit
701989d26e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -115,7 +115,7 @@ func main() {
 	// By default it serves on :8080 unless a
 	// By default it serves on :8080 unless a
 	// PORT environment variable was defined.
 	// PORT environment variable was defined.
 	router.Run()
 	router.Run()
-	// router.Run.Run(":3000") for a hard coded port
+	// router.Run(":3000") for a hard coded port
 }
 }
 ```
 ```