Skip to content

Commit

Permalink
Fix formatting issue in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nneonneo committed Sep 27, 2021
1 parent 09c8c75 commit e24e7a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ loaded to the table. You can manually load these segments by calling
`WasmLoader.loadElementsToTable`. For example, to load element segment #0 to
table #1 at offset 2 in Python:

```python
```python
from wasm import WasmLoader
from wasm.analysis import WasmAnalysis
from ghidra.util.task import ConsoleTaskMonitor
Expand All @@ -54,7 +54,7 @@ WasmLoader.loadElementsToTable(currentProgram, WasmAnalysis.getState(currentProg
- Similarly, data segments can be manually loaded as well. For example, to load
data segment #5 to memory #0 at offset 0x1000, do the following in Python:

```python
```python
from wasm import WasmLoader
from wasm.analysis import WasmAnalysis
from ghidra.util.task import ConsoleTaskMonitor
Expand Down

0 comments on commit e24e7a7

Please sign in to comment.