Skip to content

Commit 50e3f24

Browse files
authored
Update README.md
1 parent 5a794ad commit 50e3f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Let's take a look at how the triggers where you want to implement ATARC should b
5656

5757
#### Create an instance of the ATARC engine within the trigger
5858

59-
With a fresh trigger with no code, you just need to instantiate an ATARC object passing the necessary parameters:
59+
With a fresh trigger with no code, you just need to instantiate AsyncTriggerArc class:
6060

6161
```java
6262
trigger ATARCOpportunityTrigger on Opportunity (before insert, before update, before delete, after insert, after update, after delete, after undelete) {

0 commit comments

Comments
 (0)