diff --git a/README.md b/README.md index f65e476..41cd991 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,10 @@ If all packages provided don't match the expected structure, the combined packag Salesforce packages follow this structure: -- : This element defines a specific type of metadata component. It is used to group components of the same type, such as Apex classes, triggers, or Visualforce pages. - - : Lists the individual components by their API names within that type. Multiple members can be included under the same type. - - : Specifies the type of metadata, such as "ApexClass", "ApexTrigger", or "CustomObject". -- : This optional element specifies the API version of Salesforce metadata that you are working with. It helps ensure compatibility between your metadata and the version of Salesforce you're interacting with. This can only be declared once. +- ``: This element defines a specific type of metadata component. It is used to group components of the same type, such as Apex classes, triggers, or Visualforce pages. + - ``: Lists the individual components by their API names within that type. Multiple members can be included under the same type. + - ``: Specifies the type of metadata, such as "ApexClass", "ApexTrigger", or "CustomObject". +- ``: This optional element specifies the API version of Salesforce metadata that you are working with. It helps ensure compatibility between your metadata and the version of Salesforce you're interacting with. This can only be declared once. ## Install