From 17b1111338fde528912ea8d6281c65cc480725fd Mon Sep 17 00:00:00 2001 From: Sergejs Luhmirins <2182889+luhmirin-s@users.noreply.github.com> Date: Fri, 26 Jun 2026 11:02:41 +0300 Subject: [PATCH] Change header from H3 to H2 for SimFace Demo app --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c4eae0..fbc0842 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ implementation("com.simprints.biometrics:simface:2026.1.0") implementation("com.simprints.biometrics:simq:2026.1.0") ``` -### SimFace Demo app +## SimFace Demo app The `sample` module demonstrates end-to-end usage of SimFace APIs in a minimal app. It is intended as a reference implementation for integration and testing.