diff --git a/WindowsCrossCompiling.md b/WindowsCrossCompiling.md index b67aa5b7..67047c64 100644 --- a/WindowsCrossCompiling.md +++ b/WindowsCrossCompiling.md @@ -115,4 +115,4 @@ func main() { $ GOOS=windows GOARCH=386 go build -o hello.exe hello.go ``` -We just need to find Windows computer to run our hello.exe. \ No newline at end of file +We just need to find a Windows computer to run our `hello.exe`. \ No newline at end of file