From 8baf7d4cb37d7d7350b2e946533697a296d9e970 Mon Sep 17 00:00:00 2001 From: Elliott Spira Date: Thu, 30 Jul 2015 15:24:04 +1000 Subject: [PATCH] updating readme to show that client access token is optional --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59bdb62..4cd7f73 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Kickass [Rollbar](https://rollbar.com/) integration for Meteor projects. ### Installation 1. Run `meteor add saucecode:rollbar` -2. Set `'ROLLBAR_SERVER_ACCESS_TOKEN'`, `'ROLLBAR_CLIENT_ACCESS_TOKEN'` and optionally, the `'ROLLBAR_ENVIRONMENT'`environment variables with your [client and server access tokens for rollbar](https://rollbar.com/) +2. Set `'ROLLBAR_SERVER_ACCESS_TOKEN'`, and optionally `'ROLLBAR_CLIENT_ACCESS_TOKEN'` (if you want to enable the browserJS rollbar reporter) and also optionally, the `'ROLLBAR_ENVIRONMENT'`environment variables with your [client and server access tokens for rollbar](https://rollbar.com/) 3. Run meteor E.g.