Skip to content

Commit

Permalink
fix creds naming
Browse files Browse the repository at this point in the history
  • Loading branch information
byronap committed Apr 14, 2019
1 parent d42f51e commit 63840ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PureSocketClusterTest/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ public static async Task Main(string[] args)
// input credentials if used, different systems use different auth systems this however is the most common (passing 'auth' event with your credentials)
var creds = new Creds
{
apiKey = "your apikey if used",
apiSecret = "your api secret if used"
ApiKey = "your apikey if used",
ApiSecret = "your api secret if used"
};

// setup our options
Expand Down

0 comments on commit 63840ed

Please sign in to comment.