petershaw / NodeJS-Apache-Like-AccessLog

A apache-like access log for nodejs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There is a bug in README.md

alexxiyang opened this issue · comments

commented

I install apache-like-accesslog by "npm install apache-like-accesslog"
README.md said "var accesslog = require('accesslog');"
It should be var accesslog = require('apache-like-accesslog');

Thanks, i will fix this this week. ;-) Better late than never.