diff --git a/README.md b/README.md index 58dcc05..409a7f0 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ import ( type SomeCustomSObject struct { sobjects.BaseSObject + Active bool `force:"Active__c"` AccountId string `force:"Account__c"` }