From 7e041e11bd4a7d8c55e84e1b58edc0b4e9f4480d Mon Sep 17 00:00:00 2001 From: Zhaoyilunnn Date: Thu, 23 Nov 2023 02:52:05 +0000 Subject: [PATCH] docs: fix type --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 376e6d8..8e3cf48 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ pytest tests/ The following code snippet shows the basic usage of qdao. You can configure the `num_primary` parameter to reduce the memory occupation. -`memory = 2^{num\_primary} * 16 \text{ Byte}` +$\text{memory} = 2^{\text{num\_primary}} * 16 \text{ Byte}$ ```Python from qdao import Engine