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

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
todoubled committed Jul 31, 2015
1 parent 5cb693e commit 51930ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ config =
certificate: fs.readFileSync path.join(__dirname, "app.crt"), "utf8"
certificatePassword: "password"

intuit = require("intuit")(config)
intuit = require("node-intuit")(config)

intuit.getInstitutionDetails userId, 100000, (err, institutionDetails) ->
console.log institutionDetails
Expand All @@ -40,4 +40,4 @@ for all APIs with expected responses.

`npm test`

Debug with `DEBUG=intuit*`.
Debug with `DEBUG=node-intuit*`.

0 comments on commit 51930ae

Please sign in to comment.