From 9856f27ff20b64254ff717ad694ed685ca630c1a Mon Sep 17 00:00:00 2001 From: Sean Astrakhan Date: Fri, 29 Jun 2018 17:32:19 -0400 Subject: [PATCH] Update Readme to inform users they can use their Emma Credentials Users can utilize their Emma credentials instead of the private/public key to access the API if the keys are unavailable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13f8d51..7b0ee96 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A .Net wrapper for the [Emma API](http://api.myemma.com/). [![Build status](http ### Sample Usage -The examples below show how to have your application pull all account fields on the Emma API. An optional parameter is included to show all fields, included those that were deleted: +The examples below show how to have your application pull all account fields on the Emma API. You can substitute the public/private key with your Emma username/password if needed. An optional parameter is included to show all fields, included those that were deleted: using EmmaSharp; var emmasharp = new EmmaApi("publicKey", "privateKey", "accountId");