Skip to content

Commit

Permalink
Updating documentation to reflect appropriate module name
Browse files Browse the repository at this point in the history
  • Loading branch information
jimrubenstein committed Jul 23, 2012
1 parent 7ef8382 commit c8aaf20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -16,14 +16,14 @@ Using NPM:
If you don't have or don't want to use [npm](http://npmjs.org)

cd ~/.node_modules
git clone git://github.com/jimrubenstein/node-mandrill.git mandrill
git clone git://github.com/jimrubenstein/node-mandrill.git

## Usage

Usage is super simple. To require the mandrill library and initialize it with
your account API key:

var mandrill = require('mandrill')('<Your Api Key Here>');
var mandrill = require('node-mandrill')('<Your Api Key Here>');

To make a call to the API, call the `mandrill` function. For example:

Expand Down

0 comments on commit c8aaf20

Please sign in to comment.