From 201c112184012fc695388152b632fd3ce7255354 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Sat, 30 Oct 2021 18:18:55 +0200 Subject: [PATCH] Fixed README typo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aab715a..0819b3e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ To fix this issue, I present: Meuro's worth is equivalent to that of the euro on January 1st 2001 00:00 GMT. (Yes, thats 2001 and not 2000 because the first millenium started in the year 1 and so the third one started in 2001. I do realize that this is stupid, but that's not my fault and all the people that celebrated the beginning of the new century at silvester 2000 should technically have waited another year.) ## This repo -What you find in this repo is a small python-libary that connects to the ecb to get historic inflation-data and computes the conversion-factor between € and µ for any given date after Jan 1st 2001 (cli-interface only orks before Jan 1st 10000). +What you find in this repo is a small python-libary that connects to the ecb to get historic inflation-data and computes the conversion-factor between € and µ for any given date after Jan 1st 2001 (cli-interface only works before Jan 1st 10000). ## Usage You probably want to use this tool using the cli-interface which tries to understand requests in human language. ### Examples: @@ -21,9 +21,9 @@ You probably want to use this tool using the cli-interface which tries to unders #### ./meuro.py 1000 meur 2055 #### ./meuro.py 3.14E 01.02.2003 12:34 ### For best Results: -To reference the currencies use €, eur, euro, e, E, or µ, meu, meuro, m, M; +To reference the currencies use €, eur, euro, e, E or µ, meu, meur, meuro, m, M. Currencies should be an integer or have 2 digits after the point (.). -Dates should always be dd.mm.YYYY or dd.mm.yy +Dates should always be dd.mm.YYYY or dd.mm.yy. If no date is supplied (or understood) the current date is used. ## Python-API You can also import this libary from another python file