Skip to content

Commit

Permalink
Add title for Class diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhtrixx authored Dec 28, 2024
1 parent c953052 commit 6f3eca7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ Demo project for Rule engine using Spring Boot and Kotlin

### Diagram
```mermaid
%%{init: { 'theme':'dark', 'look':'handDrawn' } }%%
---
title: Class diagram
config:
theme: dark
look: handDrawn
---
classDiagram
class RuleEngine {
- Map~String, Condition~ conditionMap
Expand Down

0 comments on commit 6f3eca7

Please sign in to comment.