Skip to content

Commit

Permalink
Merge a3589dd into 6d8798e
Browse files Browse the repository at this point in the history
  • Loading branch information
MylesCagney committed Feb 16, 2020
2 parents 6d8798e + a3589dd commit 976b23b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ func main() {
`go run .`
3. Access http://localhost:8080/ to view the content.

You can see worked example in [example/binary](example/binary) dir
You can see a worked example in [examples/binary](examples/binary) dir
just run it as
`go run ./example/binary`
`go run ./examples/binary`



Expand Down Expand Up @@ -227,7 +227,7 @@ func main() {
`go run .`
3. Access http://localhost:8080/ to view the content.

You can see worked example in [example/code](example/code) dir
You can see a worked example in [examples/code](examples/code) dir
just run it as
`go run ./example/code`
`go run ./examples/code`

0 comments on commit 976b23b

Please sign in to comment.