Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay-dhangar authored Oct 18, 2024
1 parent 4527e8b commit c40a3b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,15 @@ tags: [<tag1>, <tag2>]
#### f. Diagrams and Visuals with Mermaid
- Create diagrams using Mermaid syntax:

```md
````md
```mermaid
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
```
````
````

#### g. Using React Components
- Import React components for interactivity:
Expand Down

0 comments on commit c40a3b1

Please sign in to comment.