From 8b5d496eba34b8d274395732048c1540cd57869b Mon Sep 17 00:00:00 2001 From: tinyzimmer <38474291+tinyzimmer@users.noreply.github.com> Date: Mon, 5 Oct 2020 07:27:04 +0300 Subject: [PATCH] formatting --- examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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