Skip to content

Commit 7ef70a0

Browse files
awvwgkjvdp1
andauthored
Fix typos in README
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 26a1311 commit 7ef70a0

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
@@ -161,7 +161,7 @@ make -f Makefile.manual FYPPFLAGS=-DMAXRANK=4
161161

162162
## Using stdlib in your project
163163

164-
The stdlib projects exports CMake package files and pkg-config files to make stdlib usable for other projects.
164+
The stdlib project exports CMake package files and pkg-config files to make stdlib usable for other projects.
165165
The package files are located in the library directory in the installation prefix.
166166

167167
For CMake builds of stdlib you can find a local installation with
@@ -176,7 +176,7 @@ target_link_libraries(
176176
)
177177
```
178178

179-
to make the installed stdlib project discoverable add the stdlib directory to the ``CMAKE_PREFIX_PATH``.
179+
To make the installed stdlib project discoverable add the stdlib directory to the ``CMAKE_PREFIX_PATH``.
180180
The usual install localtion of the package files is ``$PREFIX/lib/cmake/fortran_stdlib``.
181181

182182
For non-CMake build systems (like make) you can use the exported pkg-config file by setting ``PKG_CONFIG_PATH`` to include the directory containing the exported pc-file.

0 commit comments

Comments
 (0)