From d1430c9f5aa3cb97d0400240835c95cdf7deac21 Mon Sep 17 00:00:00 2001 From: xushiwei Date: Mon, 6 May 2024 12:35:38 +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 4815d9ea..3bb3aeaf 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ go install -v ./... ## Demo -The examples of `llgo` are all in the `_demo` directory (it start with `_` to prevent the `go` command from compiling it): +The `_demo` directory contains our demos (it start with `_` to prevent the `go` command from compiling it): * _demo/genints: closure usage in llgo