From 92359dd03b939a2d18887a01f85fcff3a4648959 Mon Sep 17 00:00:00 2001 From: xushiwei Date: Mon, 6 May 2024 12:36:26 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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