From 1e441cfa901334ce5b752f1bd9a223887acd785b Mon Sep 17 00:00:00 2001 From: SE2Dev Date: Mon, 1 Oct 2018 17:57:27 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 12d2499..5e891c1 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # WraithX -A library for manipulating game assets such as 3D Models and Animations +A library for manipulating game assets such as 3D models and animations - src/WraithX - Wraith General Library (Shared across all Wraith tools) -- src/WraithXSphinx - Anti-Cheat bypass module -- src/WraithXTests - Unit Test Program -- src/ExternalDeps - External Dependencies (Not coded by me) required to build Wraith (LibFlac, LibOgg, DirectXTex) +- src/WraithXSphinx - Anti-cheat bypass module +- src/WraithXTests - Unit test program +- src/ExternalDeps - External dependencies (not coded by me) required to build Wraith (LibFlac, LibOgg, DirectXTex) - src/Resources - General UI resources WraithX © DTZxPorter \ No newline at end of file From bdd106ec8409bd2b639643176c29859ae5ade7e3 Mon Sep 17 00:00:00 2001 From: SE2Dev Date: Mon, 1 Oct 2018 18:01:35 -0400 Subject: [PATCH 2/2] Format directories in README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5e891c1..cd4029c 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # WraithX A library for manipulating game assets such as 3D models and animations -- src/WraithX - Wraith General Library (Shared across all Wraith tools) -- src/WraithXSphinx - Anti-cheat bypass module -- src/WraithXTests - Unit test program -- src/ExternalDeps - External dependencies (not coded by me) required to build Wraith (LibFlac, LibOgg, DirectXTex) -- src/Resources - General UI resources +- `src/WraithX` - Wraith General Library (Shared across all Wraith tools) +- `src/WraithXSphinx` - Anti-cheat bypass module +- `src/WraithXTests` - Unit test program +- `src/ExternalDeps` - External dependencies (not coded by me) required to build Wraith (LibFlac, LibOgg, DirectXTex) +- `src/Resources` - General UI resources WraithX © DTZxPorter \ No newline at end of file