From 070b771ddd664ae9a5651542946cb5f102e6916b Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 22 Jul 2024 11:43:08 +0200 Subject: [PATCH] update changelog --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3daf821..0238243 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ $ expiration-check domains -d example.com -d other-example.com +-------------------+------+---------------------+ | DOMAIN | DAYS | DATE | +-------------------+------+---------------------+ -| example.com | XX | YYYY-MM-DD HH:MM:SS | +| example.com | XX | YYYY-MM-DD HH:MM:SS | | other-example.com | XXX | YYYY-MM-DD HH:MM:SS | +-------------------+------+---------------------+ @@ -20,7 +20,7 @@ $ expiration-check certificates -d example.com -d other-example.com -d mail.exam +-------------------+------+---------------------+ | DOMAIN | DAYS | DATE | +-------------------+------+---------------------+ -| example.com | XX | YYYY-MM-DD HH:MM:SS | +| example.com | XX | YYYY-MM-DD HH:MM:SS | | other-example.com | XXX | YYYY-MM-DD HH:MM:SS | | mail.example.com | XXX | YYYY-MM-DD HH:MM:SS | +-------------------+------+---------------------+