diff --git a/README.md b/README.md
index f2dc2cd..2f511b9 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@
- Configurable learning-rate warmup.
( Provides an ability to give your training a lil warmup, potentially yielding better results. )
-- Configurable moving average loss for Generator ( incl. it's metrics ) and Discriminator.
( Helps with better judgement on which epoch to choose. )
+- Configurable moving average loss for Generator and Discriminator.
( Helps with better judgement on which epoch to choose. )
- Features a different optimizer: Ranger2020
( More advanced than stock AdamW. )
@@ -36,7 +36,7 @@
- SoX resampler in "VHQ" mode used by default in place of "soxr_medium" or "kaiser_best" ( fallback. ).
-- Checkpointing support for both Gen. and Disc. - Decreases the vram consumption on cost of the computation / training speed.
+- Checkpointing and in-place support for both Gen. and Disc.
( Decreases the vram consumption on cost of the computation / training speed. )
- Customization for preprocessing workflow ( Including 'mute' files usage. )