From 7980d1ccca917be78b095b22b4dc0b11c35c8e45 Mon Sep 17 00:00:00 2001 From: "Jake W. Ireland" Date: Tue, 8 Sep 2020 08:41:50 +1200 Subject: [PATCH] fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee9d7c706..2cb961929 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ julia --project="." ./examples/main.jl # on Windows ## To-do Notes - - At the moment, `QuartzImageIO` is required to read `.jpg` files, but the programme is not set up to do so. At the minute, this programme only accepts `.png` and `.pgm` files (thank's to `ImageIO` and `Netpbm` respectively). + - At the moment, `QuartzImageIO` is required to read `.jpg` files, but the programme is not set up to do so. At the minute, this programme only accepts `.png` and `.pgm` files (thanks to `ImageIO` and `Netpbm` respectively). - I am unsure at the moment whether this programme will work if the test images are of differing dimensionality to the training faces. I suspect it won't, but I will test this soon. ## Acknowledgements