Skip to content

Commit 3f2a7dc

Browse files
committed
Added "Deploy to SFDX" and "Deploy to Salesforce" buttons to readme.
1 parent dd741a2 commit 3f2a7dc

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)