From 16ed7c8b5a56333b63f42af5b62dbb3539ce6070 Mon Sep 17 00:00:00 2001 From: "dian.yuan" Date: Wed, 25 Feb 2026 16:53:41 +0800 Subject: [PATCH] docs: Update heading from "AMLNN SDK Setup" to "AMLNN Runtime setup" in README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45cc9e1..0472e14 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ pre-build models: - means currently supported. # Examples Compile -## AMLNN SDK Setup +## AMLNN Runtime setup The C++ demos depend on the **AMLNN** runtime library. The build system automatically looks for `amlnn-toolkit` as a sibling directory: ```