diff --git a/README.md b/README.md index 3bb3aeaf..4cfc0868 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ go install -v ./... The `_demo` directory contains our demos (it start with `_` to prevent the `go` command from compiling it): -* _demo/genints: closure usage in llgo +* genints: closure usage in llgo ### How to run demos