diff --git a/demo.js b/demo.js index 18b019920..3bc5d49fd 100644 --- a/demo.js +++ b/demo.js @@ -27,8 +27,7 @@ var sys = require('sys'), colors = require('colors') http = require('http'), - httpProxy = require('./lib/node-http-proxy').httpProxy; - + httpProxy = require('http-proxy').httpProxy; // ascii art from http://github.com/marak/asciimo var welcome = '\ diff --git a/package.json b/package.json index 562f1cf57..c7c34964a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "http-proxy", "description": "A full-featured http reverse proxy for node.js", - "version": "0.1.1", + "version": "0.1.2", "author": "Charlie Robbins ", "contributors": [ { "name": "Marak Squires", "email": "marak.squires@gmail.com" }