Skip to content

Commit df66289

Browse files
committed
README mermaid style removed
1 parent f373339 commit df66289

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ graph
3535
3636
LINK -- <em>- Brings together object files to produce executable.</em> --> OUT[/a.out/]
3737
38-
classDef powderB fill:#B0E0E6;
39-
class main,main_exp,MAINasmb,MAINobj,OUT powderB
38+
%%classDef powderB fill:#B0E0E6;
39+
%%class main,main_exp,MAINasmb,MAINobj,OUT powderB
4040
4141
```
4242
This is the reason why sometimes compilers are known as toolchain, because of the chain of tools involved in the process of compilation.

0 commit comments

Comments
 (0)