Skip to content

Commit 5b1fe05

Browse files
authored
Apply suggestions from the discussion
- use version 0.9.0 because this is the official release - use a link to the documentation instead of a GitHub discussion
1 parent b9f5951 commit 5b1fe05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,11 +201,11 @@ stdlib = { git="https://github.com/fortran-lang/stdlib", branch="stdlib-fpm" }
201201

202202
> **Warning**
203203
>
204-
> Fpm 0.8.2 and later implements stdlib as a *metapackage*.
204+
> Fpm 0.9.0 and later implements stdlib as a *metapackage*.
205205
> To include the standard library metapackage, change the dependency to:
206206
> `stdlib = "*"`.
207207
>
208-
> see also https://github.com/fortran-lang/fpm/pull/859
208+
> see also https://fpm.fortran-lang.org/en/spec/metapackages.html
209209
210210
## Using stdlib in your project
211211

0 commit comments

Comments
 (0)