From 1c06864452ab2313dd30b746567d9d5987bc21a3 Mon Sep 17 00:00:00 2001 From: Weston Platter Date: Tue, 26 Aug 2014 13:50:05 -0600 Subject: [PATCH] change README wording related to v1, v2, v3 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4cb7998..5dc6c2b 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,10 @@ never had a *year zero*). ## Versioning -The pgloader version 1.x from a long time ago was developed in `TCL`. +pgloader version 1.x is quite old and was devleoped in `TCL`. When faced with maintaining that code, the new emerging development team (hi!) picked `python` instead because that made sense at the -time. So pgloader version 2.x were in python. +time. So pgloader version 2.x was written in python. The current version of pgloader is the 3.x series, which is written in [Common Lisp](http://cliki.net/) for better development flexibility,