Update README to reflect Python3
dblume

dblume commited on 2025-08-29 16:32:47
Showing 1 changed files, with 1 additions and 1 deletions.


Was forced to upgrade to Python3 when DreamHost suddenly upgraded distro
to one without Python2, reflect the code change in the README too.
... ...
@@ -1,5 +1,5 @@
1 1
 [![License](https://img.shields.io/badge/license-MIT_license-blue.svg)](http://git.dlma.com/techcrunch.git/blob/main/LICENSE.txt)
2
-![python2.x](https://img.shields.io/badge/python-2.x-yellow.svg)
2
+![python3.x](https://img.shields.io/badge/python-3.x-green.svg)
3 3
 # TechCrunch Feed Filter
4 4
 
5 5
 This is a Python script run as a cronjob to read the TechCrunch article feed, 
6 6