We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05dbe47 commit 396e085Copy full SHA for 396e085
1 file changed
README.md
@@ -15,8 +15,9 @@ messaging library [NNG](https://nng.nanomsg.org/) **v1.11.0**:
15
> management, retries, and other common considerations, so that they can focus
16
> on the application instead of the plumbing.
17
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
+The bindings cover the API of NNG v1 (stable). See branch
+[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
21
_fortran-nng_ is installed to `/opt`, run:
22
23
```
0 commit comments