Skip to content

Commit da4f56f

Browse files
author
C. Jordan Muir
committed
Update README.md
1 parent 4414fbf commit da4f56f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The [Balanced API](https://balancedpayments.com/docs/api) for Node.
1212
var balanced = require('balanced')(api_secret, marketplace_id)
1313

1414
//any inital account info - see documentation for all possible params
15-
account = {email_address: '[email protected]'}
15+
var account = {email_address: '[email protected]'}
1616

1717
balanced.account.create(account, function(err, res){
1818

0 commit comments

Comments
 (0)