diff options
author | Kenny Katzgrau <katzgrau@gmail.com> | 2015-02-26 12:27:16 -0500 |
---|---|---|
committer | Kenny Katzgrau <katzgrau@gmail.com> | 2015-02-26 12:27:16 -0500 |
commit | f28ccdafdaaf664367dc640d3a0ce14b6246d187 (patch) | |
tree | aebb121058ef4b18db4d13bab5d598833421ce9f | |
parent | 76c70697d1a7c560a64bbb0ec26d00155e11f40d (diff) | |
download | KLogger-f28ccdafdaaf664367dc640d3a0ce14b6246d187.zip KLogger-f28ccdafdaaf664367dc640d3a0ce14b6246d187.tar.gz KLogger-f28ccdafdaaf664367dc640d3a0ce14b6246d187.tar.bz2 |
Elaborate on old versions
-rw-r--r-- | README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index 5bfe0cd..9f24b1e 100644 --- a/README.markdown +++ b/README.markdown @@ -9,7 +9,7 @@ compliant logging class for PHP. It isn't naive about file permissions (which is expected). It was meant to be a class that you could quickly include into a project and have working right away. -If you need a logger that supports PHP < 5.3, see [past releases](https://github.com/katzgrau/KLogger/releases). +If you need a logger that supports PHP < 5.3, see [past releases](https://github.com/katzgrau/KLogger/releases) for KLogger versions < 1.0.0. ## Installation |