diff --git a/README.md b/README.md index 7591367..72a1f8b 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Build a Linux ELF executable from `examples/hello`: ### [main.go](main.go) -Entry point. It simply calls `cli.Main()` which we can use for testing. +Entry point. It simply calls `cli.Main` which we can use for testing. ### [src/cli/Main.go](src/cli/Main.go)