From a6daa5ad7e94a2ee910fe0dff980c8d3bf05c7f6 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Thu, 13 Feb 2025 13:19:00 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98321b9f9..5b6970bcc 100644 --- a/README.md +++ b/README.md @@ -475,7 +475,7 @@ For more options, please check the #### Install [Pugixml](https://pugixml.org/ "Pugixml's Homepage"), a light-weight C++ XML processing library ``` -$ wget https://github.com/zeux/pugixml/releases/download/v1.14/pugixml-1.15.tar.gz +$ wget https://github.com/zeux/pugixml/releases/download/v1.15/pugixml-1.15.tar.gz $ tar xvfz pugixml-1.15.tar.gz $ cd pugixml-1.15 $ mkdir build && cd build