From 545a7bb7cb08ad86365101cf4b80344dcf0d8f1d Mon Sep 17 00:00:00 2001 From: Laurent Fainsin Date: Sat, 6 Nov 2021 16:33:03 +0000 Subject: [PATCH] fix: README.md newlines --- README.md | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 9c1362a..7389174 100644 --- a/README.md +++ b/README.md @@ -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 \