From 49b651e6db69e726a3e713fc900c7996f1fc477d Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 20 Apr 2017 18:20:52 -0500 Subject: [PATCH] Update README.md code copy fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb69169..20f49a0 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ To write an app using the SDK postalCode: "78701", }; - client.createUser(userDate, function(errors, body, res) { + client.createUser(userData, function(errors, body, res) { if (errors) { console.log("Create User Failed"); console.log(errors);