From 17e2bf7d7214c694863ebfa7fd6ac8a2f307130b Mon Sep 17 00:00:00 2001 From: Xevion Date: Thu, 10 Nov 2022 02:44:51 -0600 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d8e5eb8..6cc40b0 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ from datetime import date from random import choices from os import getenv -// This flavor text is currently outdated. I'll update it when I can. In the mean time, see my personal site: https://xevion.dev +# This flavor text is currently outdated. I'll update it when I can. +# In the mean time, see my personal site: https://xevion.dev class RyanWalters(Human): def __init__(self, username='xevion'): self.name = f'Ryan {0} Walters'.format(choices([os.getenv('MIDDLE_NAME'), 'C', '']))