summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2024-12-19 17:59:50 +0100
committeryuzu-eva <stevenhu@web.de>2024-12-19 17:59:50 +0100
commitf5bb98358cc321aebae4cbe014cae7b9b1b8d927 (patch)
tree3daab0cb60c13d2d3aae85085035a0901e469321 /README.md
parent99425e48e1c53595a9ff4d66c819c6d46c6d2bdc (diff)
fix typo in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index dd9b0e8..e41ec61 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ and so on. The episode is actually stored as a string, so you can put "done" or
"abandoned" or anything else you want in there. The string allows for a maximum
length of 11.
-You need to set the filepath to you csv in the main.c, but everything else
+You need to set the filepath to your csv in the main.c, but everything else
should work out of the box.
The Makefile uses clang, but you can change it to gcc in the second line. Or
you could simply do