Skip to content

Commit 9518106

Browse files
committed
#232-Fix README.md erroneous naming of last release
Fixed.
1 parent b394a1f commit 9518106

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img src="banner-image.jpg" width="512" height="454" alt="Library banner">
1+
<img src="./banner-image.jpg" width="512" height="454" alt="[Library banner]">
22

33
[![license](http://img.shields.io/github/license/schmouk/pythonic-cpp-strings.svg?style=plastic&labelColor=blueviolet&color=lightblue)](https://github.com/schmouk/pythonic-cpp-strings/license) [![Latest release](http://img.shields.io/github/release/schmouk/pythonic-cpp-strings.svg?style=plastic&labelColor=blueviolet&color=success)](https://github.com/schmouk/pythonic-cpp-strings/releases) [![code_coverage](https://img.shields.io/badge/code_coverage-100%25-success?style=plastic&labelColor=blueviolet)]() [![tests](https://img.shields.io/badge/tests-passing-success?style=plastic&labelColor=blueviolet)]()
44

@@ -75,9 +75,9 @@ This `.cpp` file is a great place to see **cpp-strings** code in action. Each st
7575

7676

7777
---
78-
## Latest Release - Release 1.0 (1.0.2.232) 2025/07
78+
## Latest Release - Release 1.0 (1.0.4 - 2025/10)
7979

80-
The coding of this project started by March 2023 and had been put in standby mode for some months - no time to work on it. The very first release is now availble (since July 2025), as **Release 1.0.2**.
80+
The coding of this project started by March 2023 and had been put in standby mode for some months - no time to work on it. The very first release is now availble (since July 2025), as **Release 1.0.4**.
8181

8282
This release has been fully tested. Code coverage is 100%.
8383

@@ -100,7 +100,7 @@ N.B. "*planned for a next release*" does not imply that a fixed date is planned
100100
---
101101
## Documentation
102102

103-
The **cpp-strings** HTML documentation is available in subdirectory `cpp-strings/html`. Click on file `index.html` there from your local file manager to browse its content.
103+
The **cpp-strings** HTML documentation is available in subdirectory `./documentation`. Click on file `index.html` there from your local file manager to browse its content.
104104

105105
It has then been produced with the great utility **doxygen** developed by Vicente Hernando (the doxygen Github repository can be accessed [here](https://github.com/doxygen/doxygen), and the utility can be downloaded from there: [https://www.doxygen.nl/download.html](https://www.doxygen.nl/download.html)).
106106

0 commit comments

Comments
 (0)