This is an automated email from the ASF dual-hosted git repository.
gangwu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-cpp.git
The following commit(s) were added to refs/heads/main by this push:
new 58abe497 fix(doc): numbering error in README (#409)
58abe497 is described below
commit 58abe4974f31e440703bb459965106c1bf7610fb
Author: slfan1989 <[email protected]>
AuthorDate: Mon Dec 15 10:40:34 2025 +0800
fix(doc): numbering error in README (#409)
This PR fixes a minor numbering issue in the README file discovered
while learning the iceberg-cpp project.
---
mkdocs/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mkdocs/README.md b/mkdocs/README.md
index 7635f505..6e3aa63f 100644
--- a/mkdocs/README.md
+++ b/mkdocs/README.md
@@ -22,6 +22,6 @@
To build the documentation:
1. Install [Doxygen](https://www.doxygen.nl/).
-1. From this directory, run `doxygen`.
+2. From this directory, run `doxygen`.
The output will be in `./build/html`.