Skip to content

Commit 44f3373

Browse files
authored
Merge pull request kevinohara80#12 from tompatros/master
Added "Deploy to SFDX" and "Deploy to Salesforce" buttons to readme.
2 parents dd741a2 + 3f2a7dc commit 44f3373

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ The base class also provides a secondary role as a supervisor for Trigger execut
1414

1515
But the most important part of this framework is that it's minimal and simple to use.
1616

17+
**Deploy to SFDX Scratch Org:**
18+
[![Deploy](https://deploy-to-sfdx.com/dist/assets/images/DeployToSFDX.svg)](https://deploy-to-sfdx.com)
19+
20+
**Deploy to Salesforce Org:**
21+
[![Deploy](https://raw.githubusercontent.com/afawcett/githubsfdeploy/master/deploy.png)](https://githubsfdeploy.herokuapp.com/?owner=kevinohara80&repo=sfdc-trigger-framework&ref=master)
22+
1723
## Usage
1824

1925
To create a trigger handler, you simply need to create a class that inherits from **TriggerHandler.cls**. Here is an example for creating an Opportunity trigger handler.

0 commit comments

Comments
 (0)