Skip to content
This repository has been archived by the owner on Apr 2, 2019. It is now read-only.

Commit

Permalink
Update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
sktt committed Aug 17, 2016
1 parent 873ce77 commit 9c73f33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -14,11 +14,13 @@ respectively.
## Usage ##

```
npm install --save access-watch
npm install --save access-watch-node
```

For example code, see the referenced plugins mentioned above.

## Reverse proxy ##

If the node application is behind a reverse proxy, it should set forwarded headers which
must specified to AccessWatch on instantiation. Typically the predefined
[`AccessWatch.fwdHeaders`](./api.md#AccessWatch.fwdHeaders) can be used.
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,5 +1,5 @@
{
"name": "access-watch",
"name": "access-watch-node",
"version": "1.0.0",
"description": "Logging and analysing web traffic using the AccessWatch service.",
"main": "index.js",
Expand All @@ -16,7 +16,7 @@
"access",
"watch"
],
"author": "AccessWatch GmbH",
"author": "johannes@access.watch",
"license": "MIT",
"dependencies": {
"request": "^2.74.0"
Expand Down

0 comments on commit 9c73f33

Please sign in to comment.