Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
KubaZ2 authored Aug 22, 2024
1 parent 50bbc2d commit 962c62e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,21 @@

## 📝 Commands

- `#run <architecture?> <code>` — Runs the provided code, using ARM64 architecture by default.
- **Example**:
- `#run <architecture?> <code>` — Runs the provided code, using ARM64 architecture by default.
- **Example**:
````
#run
```c#
Console.Write("Hello, World!");
```
````
- **Output**:
- **Output**:
```
Hello, World!
```
- `#<language> <code>` — Decompiles the provided code to the specified language.
- **Example**:
- `#<language> <code>` — Decompiles the provided code to the specified language.
- **Example**:
````
#c#
```f#
Expand All @@ -48,7 +48,7 @@
````
- `#<architecture> <code>` — Shows the architecture-specific JIT disassembly of the provided code.
- **Example**:
- **Example**:
````
#arm64
```c#
Expand Down

0 comments on commit 962c62e

Please sign in to comment.