diff --git a/mutation-testing.md b/mutation-testing.md
index 3af771e..8b25079 100644
--- a/mutation-testing.md
+++ b/mutation-testing.md
@@ -55,9 +55,7 @@ Optionally, you may run mutation testing in parallel to speed up the process. Of
After running mutation testing, you will see a detailed report showing the number of mutations, how many were untested, and the mutation score.
-```
-[IMAGE HERE]
-```
+
The higher the mutation score, the better your test suite is. A mutation score of 100% means that all mutations were "tested", which is the goal of mutation testing.
@@ -125,9 +123,7 @@ To ensure comprehensive testing and maintain testing quality, it is crucial to s
./vendor/bin/pest --mutate --min=40
```
-```
-[IMAGE HERE]
-```
+
## Options & Modifiers
diff --git a/pest3-now-available.md b/pest3-now-available.md
index fab63ca..2e6a7f2 100644
--- a/pest3-now-available.md
+++ b/pest3-now-available.md
@@ -62,9 +62,7 @@ Optionally, you may run mutation testing in parallel to speed up the process. Of
After running mutation testing, you will see a detailed report showing the number of mutations, how many were caught, and the mutation score.
-```
-[IMAGE HERE]
-```
+
The higher the mutation score, the better your test suite is. A mutation score of 100% means that all mutations were "tested", which is the goal of mutation testing.
diff --git a/upgrade-guide.md b/upgrade-guide.md
index e302c2e..7ec543d 100644
--- a/upgrade-guide.md
+++ b/upgrade-guide.md
@@ -55,7 +55,7 @@ The `toHaveMethod` and `toHaveMethods` expectations were replaced by the `toHave
### Pest 2 Deprecations
-During Pest 2 release, some features were deprecated and will be removed in Pest 3. Here are the changes you should be aware of:
+During Pest 2 release, some features were deprecated and are now removed in Pest 3. Here are the changes you should be aware of:
#### `tap()` Method