Skip to content

Commit 09a9714

Browse files
committed
Corrected list into bullet-point list
1 parent f69cfae commit 09a9714

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/based-applications/developers/bapp-example.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,13 @@ Each Based Application requires a client implementation, to be run by each strat
169169

170170
In this example, the strategy client will:
171171

172-
**4.1** Listen for tasks to process, monitoring events emitted from ```createNewTask()```
172+
* Listen for tasks to process, monitoring events emitted from ```createNewTask()``` ([**4.1**](#41-task-listening-implementation))
173173

174-
**4.2** Execute tasks off-chain, fetching the current ETH price
174+
* Execute tasks off-chain, fetching the current ETH price ([**4.2**](#42-task-execution))
175175

176-
**4.3** Cast votes on the correct price, signing messages containing the task number and fetched price
176+
* Cast votes on the correct price, signing messages containing the task number and fetched price ([**4.3**](#43-task-outcome-voting))
177177

178-
**4.4** After majority vote determination, the last voting strategy signs the ```respondToTask()``` function and publishes the price on-chain
178+
* After majority vote determination, the last voting strategy signs the ```respondToTask()``` function and publishes the price on-chain ([**4.4**](#44-majority-vote-submission))
179179

180180

181181
### Code Snippets

0 commit comments

Comments
 (0)