Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisSimon committed Aug 31, 2017
1 parent 413a94c commit 1340b0e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Usage
---------

```javascript
var accesslog = require('accesslog');
var accesslog = require('apache-like-accesslog');
[…express...]
app.use(accesslog.logger);
```
Expand All @@ -27,4 +27,4 @@ accesslog.configure({
directory: 'logs',
filename: 'access.log'});
```


16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
{
"author": "Peter Shaw <[email protected]> (https://github.com/petershaw/)",
"name": "apache-like-accesslog",
"dependencies": {
"date-format-lite": "^0.9.2",
"microtime": "^2.1.2",
"sprintf": "~0.1.1"
},
"version": "1.0.1",
"private": false,
"version": "0.1.0",
"name": "apache-like-accesslog",
"homepage": "https://github.com/petershaw/NodeJS-Apache-Like-AccessLog",
"description": "A apache-like access log as middleware for express and restify.",
"main": "index.js",
"repository": {
"url": "https://github.com/petershaw/NodeJS-Apache-Like-AccessLog.git",
"type": "git"
},
"keywords": [
"log",
"access",
Expand All @@ -18,10 +23,5 @@
"CLF",
"express",
"restify"
],
"main": "index.js",
"repository": {
"url": "https://github.com/petershaw/NodeJS-Apache-Like-AccessLog.git",
"type": "git"
}
]
}

0 comments on commit 1340b0e

Please sign in to comment.