Skip to content
This repository was archived by the owner on Mar 18, 2023. It is now read-only.

Commit e31188b

Browse files
authored
Reformat section headers.
1 parent c0ddeff commit e31188b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -12,36 +12,36 @@ games as well as ELF files such as OpenPS2Loader or ESR.
1212
See the [wiki](https://github.com/root670/CheatDevicePS2/wiki) to get started
1313
using Cheat Device.
1414

15-
# Features
15+
## Features
1616
* Easy to navigate menu system similar to CodeBreaker
1717
* Supports booting retail discs and loader ELFs
1818
* Fast loading of large cheat lists
1919
* Save manager for backing up and restoring game saves to/from a flash drive
2020
* Powered by ps2rd's powerful cheat engine
2121

22-
# Compiling
22+
## Compiling
2323
If you have Docker installed, it's easiest to compile Cheat Device using my
2424
docker image:
2525

26-
## Unix
26+
### Unix
2727
```bash
2828
./docker-make [args...]
2929
```
3030

31-
## Windows Command Prompt
31+
### Windows Command Prompt
3232
```cmd
3333
docker-make.bat [args...]
3434
```
3535

36-
## Windows PowerShell
36+
### Windows PowerShell
3737
```ps
3838
.\docker-make.bat [args...]
3939
```
4040

4141
See the [compile](https://github.com/root670/CheatDevicePS2/wiki/Compiling)
4242
page in the wiki for instructions to build without Docker.
4343

44-
# License
44+
## License
4545
Cheat Device is not licensed, sponsored, or endorsed by Sony Computer
4646
Entertainment, Inc. This program comes with ABSOLUTELY NO WARRANTY. Cheat
4747
Device is licensed under GNU GPL-3. See LICENSE for details. The cheat

0 commit comments

Comments
 (0)