diff --git a/CHANGELOG b/CHANGELOG index b5aaaf7..214ee35 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +Wed, 14 Aug 2019 12:14:52 -0500 +Keaton +fix typo + +-------------------- + Wed, 14 Aug 2019 11:52:59 -0500 Keaton Initial commit @@ -5,5 +11,3 @@ Initial commit Project is still completely unworkable and unfinished, just starting to initialize things. -------------------- - - diff --git a/readme.md b/readme.md index c5c9855..e64cd6a 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # SQRL for Django -This is a reboot of [Miki725's django-sqrl](https://github.com/miki725/django-sqrl], +This is a reboot of [Miki725's django-sqrl](https://github.com/miki725/django-sqrl), updated for Python 3.7 and Django 2.2. The vast majority of the code is unchanged, so all credit for this working belongs with them.