Skip to content

Commit 89c31ed

Browse files
committed
README.md updated
1 parent 7b5e9b6 commit 89c31ed

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![logo](logo/logo-cairo-fortran.png)
44

5-
This repository contains Fortran bindings for the [Cairo](https://cairographics.org/) vector graphics library. It was extracted from the [gtk-fortran](https://github.com/vmagnin/gtk-fortran/wiki/) project, as a separate _fpm_ package.
5+
This repository contains Fortran bindings for the [Cairo](https://cairographics.org/) vector graphics library. It was extracted from the [gtk-fortran](https://github.com/vmagnin/gtk-fortran/wiki/) project, as a separate _fpm_ package, for people who don't need the GTK stuff.
66

77
Remark: this repository was cloned from the now unavailable @brocolis' repository (latest 5th September 2021 version).
88

@@ -57,7 +57,7 @@ $ cd cairo-fortran
5757

5858
## Testing cairo-fortran
5959

60-
Each test prints nothing in the terminal but is creating an output file in the main directory of the project: `test1.f90` a PNG file, `test2.f90` a SVG file and `test4.f90` a PDF file.
60+
Each test prints nothing in the terminal but creates an output file in the main directory of the project: `test1.f90` a PNG file, `test2.f90` a SVG file and `test4.f90` a PDF file.
6161

6262
```bash
6363
$ fpm test
@@ -76,7 +76,7 @@ $ ls *.png *.svg *.pdf
7676
axis.svg chess.pdf F.png
7777
```
7878

79-
See https://cairographics.org/manual/cairo-surfaces.html for other available *surfaces* (for example you could use PostScript).
79+
Note that Cairo has many other rendering devices not tested here (e.g. PostScript). See https://cairographics.org/manual/cairo-surfaces.html for other available *surfaces*.
8080

8181
### Example test1
8282
![test1](pictures/F.png)
@@ -89,13 +89,13 @@ See https://cairographics.org/manual/cairo-surfaces.html for other available *su
8989

9090
### Other examples
9191

92-
Theses example use cairo-fortran as a fpm dependency:
92+
These examples use cairo-fortran as a fpm dependency:
9393
* https://github.com/vmagnin/hat_polykite
9494
* https://github.com/vmagnin/von_koch_snowflake
9595
* https://github.com/vmagnin/penrose_tiling
9696

9797
## fpm
98-
To use cairo-fortran within your own `fpm` project, add the following to your project `fpm.toml` file:
98+
To use cairo-fortran within your own `fpm` project, add the following dependency to your project `fpm.toml` file:
9999

100100
```toml
101101
[dependencies]

0 commit comments

Comments
 (0)