From 78b2f9b4552e6a2936abf38a638fed425a8936c1 Mon Sep 17 00:00:00 2001 From: xushiwei Date: Thu, 16 May 2024 01:08:21 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bcf8db90..28ad7ba0 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ To run these demos (If you haven't installed `llgo` yet, please refer to [How to ```sh export LLGOROOT=`pwd` -cd # eg. cd _demo/genints +cd # eg. cd _demo/hello llgo run . ``` @@ -158,7 +158,7 @@ Here are some examples related to them: * [llama2-c](_demo/llama2-c): inference Llama 2 (It's the first llgo AI example) * [mkjson](x/cjson/_demo/mkjson/mkjson.go): create a json object and print it -* [sqlite](x/sqlite/_demo/sqlitedemo/demo.go): a basic sqlite demo +* [sqlitedemo](x/sqlite/_demo/sqlitedemo/demo.go): a basic sqlite demo ## Go syntax support