Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ var account = new Account() { Name = "New Account", Description = "New Account D
var id = await client.CreateAsync("Account", account);
```

You can also create with a non-strongly typed object:
You can also create with an anonymously typed object:

```cs
var client = new ForceClient(_consumerKey, _consumerSecret, _username, _password);
Expand Down