From 9fe1b2a5657311d8e7d1a1a60a113190fbd8f8e2 Mon Sep 17 00:00:00 2001 From: xushiwei Date: Mon, 8 Jul 2024 23:11:25 +0800 Subject: [PATCH] Update README.md --- c/zlib/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/c/zlib/README.md b/c/zlib/README.md index 4890464c..7b6d32c4 100644 --- a/c/zlib/README.md +++ b/c/zlib/README.md @@ -1,4 +1,4 @@ -# LLGo wrapper of zlib +# LLGo wrapper of madler/zlib ## How to install @@ -18,7 +18,7 @@ TODO The `_demo` directory contains our demos (it start with `_` to prevent the `go` command from compiling it): -- [zlibdemo](_demo/normal/compress.go): a basic zlib demo +- [normal](_demo/normal/compress.go): a basic zlib demo ### How to run demos