diff --git a/README.md b/README.md index a443296..a7b434f 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,6 @@ The script gets a list of files, and runs a series of regular expression matches The tool should ignore the files it doesn't know, and shouldn't re-match already renamed files, so it's relatively safe to run it on a very crowded folder, but don't take my word on it, and be cautious. This is why there's a `--simulate` option implemented. Use it. The responsibility is yours. There's no warranty attached. ## Notes -The tool is coded quickly, so it's neither innovative, nor clever, nor optimized. I may clean the code and polish things as I use it and new features though. \ No newline at end of file +The tool is coded quickly, so it's neither innovative, nor clever, nor optimized. I may clean the code and polish things as I use it and new features though. + +The code is developed in Eclipse with PyDev, and project files are there for you to import and play. \ No newline at end of file