Skip to content

Commit 33f9fd6

Browse files
Update README.md
1 parent c155379 commit 33f9fd6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
A modern Fortran library for reading and writing CSV (comma-separated value) files.
44

5+
### Latest Release
6+
7+
[![GitHub release](https://img.shields.io/github/release/jacobwilliams/fortran-csv-module.svg?style=plastic)](https://github.com/jacobwilliams/fortran-csv-module/releases/latest)
8+
59
### Examples
610

711
Everything is handled by an object-oriented `csv_file` class. Here is an example for writing a file:

0 commit comments

Comments
 (0)