Skip to content

Commit 385ffb9

Browse files
committed
Moved the three PNG in a pictures/ directory
1 parent 471772c commit 385ffb9

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ axis.png chess.png F.png
2424
```
2525

2626
### Example test1
27-
![test1](F.png)
27+
![test1](pictures/F.png)
2828
### Example test2
29-
![test2](axis.png)
29+
![test2](pictures/axis.png)
3030
### Example test4
31-
![test4](chess.png)
31+
![test4](pictures/chess.png)
3232

3333
## fpm
3434
To use cairo-fortran within your own `fpm` project, add the following to your project `fpm.toml` file:

F.png pictures/F.png

File renamed without changes.

axis.png pictures/axis.png

File renamed without changes.

chess.png pictures/chess.png

File renamed without changes.

0 commit comments

Comments
 (0)