From eda804bfecb18ae876f32a419e537e2559e1d367 Mon Sep 17 00:00:00 2001 From: Rui Carmo Date: Mon, 12 Apr 2021 21:17:03 +0100 Subject: [PATCH] readability tweaks --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4bbae10..830e69a 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ Somewhat to my surprise it was considered useful by quite a few people throughou ## Requirements -Python 2.x : The script imapbackup.py should work on Python 2.5 or above without any extra dependencies whatsoever. -Python 3.x : The script imapbackup38.py requires on python 3.8 and above. +Python 2.x : `imapbackup.py` should work on Python 2.5 or any other 2.x version without any extra dependencies whatsoever. +Python 3.x : `imapbackup38.py` requires python 3.8 and above. ## Contributing