diff --git a/package.json b/package.json
index 137f4bc..b36f8c4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "anyproxy",
-  "version": "2.4.4",
+  "version": "2.4.6",
   "description": "A fully configurable proxy in NodeJS, which can handle HTTPS requests perfectly.",
   "main": "proxy.js",
   "bin": {
diff --git a/proxy.js b/proxy.js
index 9fd6514..4607583 100644
--- a/proxy.js
+++ b/proxy.js
@@ -18,7 +18,7 @@ var http = require('http'),
     certMgr         = require("./lib/certMgr"),
     getPort         = require("./lib/getPort"),
     requestHandler  = require("./lib/requestHandler"),
-    Recorder        = require("./lib/Recorder"),
+    Recorder        = require("./lib/recorder"),
     inherits        = require("util").inherits,
     util            = require("./lib/util"),
     path            = require("path"),