From 95852e65c5f7724c7f2805965f88d5f68bfdc048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Sat, 28 Mar 2026 18:46:27 +0800 Subject: [PATCH] doc: update examples in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a109e81..516afc3 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ Test Passed!!! | Example | Description | Source | |---|---|---| | **vadd** | Vector addition — GPU kernel launch, memory copy, validation | [examples/vadd](examples/vadd/) | -| **vadd_event** | Vector addition with event — GPU kernel launch, memory copy, validation | [examples/vadd](examples/vadd_event/) | +| **vadd_event** | Vector addition with event — GPU kernel launch, memory copy, validation | [examples/vadd_event](examples/vadd_event/) | ## The `ze` Package — High-Level API