Skip to content

Commit e5026ef

Browse files
committed
formatting fix
1 parent 2312fca commit e5026ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/WebGenAI-CLI.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,14 +242,15 @@ Use LogicBank to enforce the Check Credit requirement:
242242
3. The Order's amount_total is the sum of the Item amount
243243
4. The Item amount is the quantity * unit_price
244244
5. The Item unit_price is copied from the Product unit_price
245+
6. Send the Order to Kafka topic 'order_shipping' if the date_shipped is not None
245246
```
246247
247248
 
248249
249250
#### Integration Logic
250251
In the example above, note the rule:
251252
252-
```text title ='Integration Logic'
253+
```bash title='Integration Logic'
253254
Send the Order to Kafka topic 'order_shipping' if the date_shipped is not None
254255
```
255256

0 commit comments

Comments
 (0)