This is an automated email from the ASF dual-hosted git repository.

hcr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/mahout.git


The following commit(s) were added to refs/heads/main by this push:
     new e120eabef [Fix] Fix typo to align README (#871)
e120eabef is described below

commit e120eabef2bddf08be25565b6dfd7fd95fe0cd3b
Author: Jie-Kai Chang <[email protected]>
AuthorDate: Mon Jan 19 15:28:59 2026 +0800

    [Fix] Fix typo to align README (#871)
    
    Signed-off-by: 400Ping <[email protected]>
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index dc14d1b0f..abfcd26e5 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ uv sync                     # Core Qumat
 uv sync --extra qdp         # With QDP (requires CUDA GPU)
 ```
 
-### Qumat: Run a quantum circuit
+### Qumat: Run a Quantum Circuit
 
 ```python
 from qumat import QuMat
@@ -59,7 +59,7 @@ qumat.apply_cnot_gate(0, 1)
 qumat.execute_circuit()
 ```
 
-### QDP: Encode data for quantum ML
+### QDP: Encode data for Quantum ML
 
 ```python
 import qumat.qdp as qdp

Reply via email to