diff --git a/examples/README.md b/examples/README.md index 62f7f47..73e779e 100644 --- a/examples/README.md +++ b/examples/README.md @@ -9,11 +9,11 @@ The common package provided to each example exports two methods. Each example can be run in one of two ways: - ``bash +```bash # For single-file examples go run /main.go [..args] # For multiple-file examples (but would also work for single file examples) cd && go build . ./ [..args] - ``` \ No newline at end of file +``` \ No newline at end of file