diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-07 18:20:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-07 18:20:48 +0200 |
commit | 9fa230f2fee243dbda6e8a32d49993c6e6df0086 (patch) | |
tree | d16973cb38724eddd93d0724a981bb88b90778e2 /README.md | |
parent | 1e0e0f89f6ba3fee8aa2863e7634df07f0c7fe69 (diff) | |
download | gsctool-9fa230f2fee243dbda6e8a32d49993c6e6df0086.tar.gz gsctool-9fa230f2fee243dbda6e8a32d49993c6e6df0086.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -28,11 +28,11 @@ the level and starting it again. Files:
<br/>
-* `gsctool.h` - `GSC loader definitions.`
-* `gsctool.c` - `core implementation.`
-* `offsets.h` - `T5 function offsets.`
+* `gsctool.h` - `GSC loader definitions`.
+* `gsctool.c` - `core implementation`.
+* `offsets.h` - `T5 function offsets`.
# Dependencies
-* [`cdl86`](https://github.com/lunarjournal/cdl86) - `x86 detours library`
-* [`miniz`](https://github.com/lunarjournal/miniz) - `zlib library`
+* [`cdl86`](https://github.com/lunarjournal/cdl86) - `x86 detours library`.
+* [`miniz`](https://github.com/lunarjournal/miniz) - `zlib library`.
|