Skip to content

Commit

Permalink
Additional instructions to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed Apr 12, 2013
1 parent 87ff027 commit f9f7d5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ Node.js Bindings for Signature.io's API.
}
);

Alternatively, you can simply set the environment variable SIGNATURE_SECRET_API_KEY on your machine. The node module will read it automatically so that you can simply call:

var signatureio = require('signatureio');

## API

All methods takes a callback as their last parameter. The callback is called with the response.
Expand Down

0 comments on commit f9f7d5f

Please sign in to comment.