fix: README.md newlines

This commit is contained in:
Laurent Fainsin 2021-11-06 16:33:03 +00:00
parent 160a1703e8
commit 545a7bb7cb

View file

@ -22,23 +22,23 @@ $ make test
# Tree
.
├── build
├── doc
│ ├── inp_n7.png
│ ├── PageRanks-Example.jpg
│ ├── raffinages.txt
│ ├── rapport.md
│ ├── rapport.pdf
│ ├── rapport.tex
├── Makefile
├── README.md
├── src
│ ├── google.adb
│ ├── google.ads
│ ├── pagerank.adb
│ ├── quicksort.adb
│ ├── quicksort.ads
│ ├── vector.adb
│ └── vector.ads
└── test_pagerank.bash
. \
├── build \
├── doc \
│ ├── inp_n7.png \
│ ├── PageRanks-Example.jpg \
│ ├── raffinages.txt \
│ ├── rapport.md \
│ ├── rapport.pdf \
│ ├── rapport.tex \
├── Makefile \
├── README.md \
├── src \
│ ├── google.adb \
│ ├── google.ads \
│ ├── pagerank.adb \
│ ├── quicksort.adb \
│ ├── quicksort.ads \
│ ├── vector.adb \
│ └── vector.ads \
└── test_pagerank.bash \