Skip to content

Commit 1d110e2

Browse files
committed
Fix readme list indentation
1 parent 8c9b157 commit 1d110e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ elf.Write(outStream);
4040
- `PEFile.Relocate` to relocate the image base of a PE file
4141
- `PEFile.Print` to print the content of a PE file to a textual representation
4242
- Support for calculating the checksum of a PE file
43-
- - Good support for the **ELF file format**:
43+
- Good support for the **ELF file format**:
4444
- Support byte-to-byte roundtrip
4545
- Read and write from/to a `System.IO.Stream`
4646
- Handling of LSB/MSB

0 commit comments

Comments
 (0)