From 13bc1d371f426982c43b89661bcca85c7d2cfc60 Mon Sep 17 00:00:00 2001 From: andrew Date: Wed, 6 Mar 2024 04:32:02 -0600 Subject: [PATCH] Typo in README.md Fixed typo in table --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f6cd5d9..c5cd391 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ This is for my educational purposes of learning rust and python to do tasks that ##**FILES** -|File|Function| -|--:--|--:--| -|./osupder|rust binary| -|./osupdater.sh|bash script| -|./assets|png files for the GUI| -|./in-development|folders for the various non-bash working directories| +| File | Function | +| :--:| :--: | +| ./osupder | rust binary | +| ./osupdater.sh | bash script | +| ./assets | png files for the GUI | +| ./in-development | folders for the various non-bash working directories |