Skip to content

Commit 396e085

Browse files
committed
Update README.
1 parent 05dbe47 commit 396e085

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ messaging library [NNG](https://nng.nanomsg.org/) **v1.11.0**:
1515
> management, retries, and other common considerations, so that they can focus
1616
> on the application instead of the plumbing.
1717
18-
The bindings cover the API of NNG v1 (stable) and are not compatible to NNG v2
19-
(yet). Link your Fortran programs with `libfortran-nng.a` and `libnng.so`. If
18+
The bindings cover the API of NNG v1 (stable). See branch
19+
[v2](https://github.com/interkosmos/fortran-nng/tree/v2) for bindings to NNG v2.
20+
Link your Fortran programs with `libfortran-nng.a` and `libnng.so`. If
2021
_fortran-nng_ is installed to `/opt`, run:
2122

2223
```

0 commit comments

Comments
 (0)