Skip to content

Commit f3ef227

Browse files
committed
README.md improve line break
1 parent 82d23e9 commit f3ef227

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ This library provides all the classes required to chain all kind of Async jobs.
99

1010

1111
## Usage
12-
Create a class and extend the type of the chainable class you require.
13-
Your class can have its own constructors and its own attributes of course !
14-
Respect the interface contract and override the job method.
15-
You need to override the start method also for the chain_Batch and chain_ScheduleBatch class
16-
The job method will contains your business logic. It can access the private attributes of your class (and the protected ones of the base class).
17-
If you need some extra interface to make you're code work, it is up to you to add them (Database.Stateful, Database.AllowsCallouts, etc).
18-
You're ready to chain !
19-
You do not need to override another method except if you really know what you're doing
12+
Create a class and extend the type of the chainable class you require.\
13+
Your class can have its own constructors and its own attributes of course !\
14+
Respect the interface contract and override the job method.\
15+
You need to override the start method also for the chain_Batch and chain_ScheduleBatch class\
16+
The job method will contains your business logic. It can access the private attributes of your class (and the protected ones of the base class).\
17+
If you need some extra interface to make you're code work, it is up to you to add them (Database.Stateful, Database.AllowsCallouts, etc).\
18+
You're ready to chain !\
19+
You do not need to override another method except if you really know what you're doing\
2020

2121
```apex
2222
// Subclass Batch for example

0 commit comments

Comments
 (0)