Skip to content

Commit ff42ce4

Browse files
Update README
1 parent ec0cc79 commit ff42ce4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ A library to assist with error handling in Fortran projects.
55
![Build Status](https://github.com/jchristopherson/ferror/actions/workflows/cmake.yml/badge.svg)
66
[![Actions Status](https://github.com/jchristopherson/ferror/workflows/fpm/badge.svg)](https://github.com/jchristopherson/ferror/actions)
77

8+
## Documentation
9+
The documentation can be found [here](https://jchristopherson.github.io/ferror/).
10+
811
## Usage
912

1013
```fortran
@@ -151,6 +154,3 @@ The FERROR library can be used within your FPM project by adding the following t
151154
[dependencies]
152155
ferror = { git = "https://github.com/jchristopherson/ferror" }
153156
```
154-
155-
## Documentation
156-
The documentation can be found [here](https://jchristopherson.github.io/ferror/).

0 commit comments

Comments
 (0)