From 14064b84a2401777089a8ed2b6861bc1b91368e3 Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Tue, 12 Sep 2023 16:48:31 -0500 Subject: [PATCH] Update file tree in README to point out pybind11 Signed-off-by: Addisu Z. Taddese --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ac9e80c..ca4bb6f2 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ gz-math ├── include/gz/math Header files. ├── src Source files and unit tests. │   └── graph Source files for the graph classes. -│   └── python SWIG Python interfaces. +│   └── python_pybind11 Pybind11 Python interfaces. │   └── ruby SWIG Ruby interfaces. ├── eigen3 Files for Eigen component. ├── test