diff --git a/README.md b/README.md index 54a1d1d..11a8eac 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index 2990022..bb9d6b6 100644 --- a/package.json +++ b/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", @@ -16,7 +16,7 @@ "access", "watch" ], - "author": "AccessWatch GmbH", + "author": "johannes@access.watch", "license": "MIT", "dependencies": { "request": "^2.74.0"