diff --git a/README.md b/README.md
index 256f604975..2ef38470ac 100644
--- a/README.md
+++ b/README.md
@@ -141,17 +141,17 @@ you can try starting `invoke.py` with the `--precision=float32` flag:
- `dream.py` script renamed `invoke.py`. A `dream.py` script wrapper remains
for backward compatibility.
- Completely new WebGUI - launch with `python3 scripts/invoke.py --web`
- - Support for inpainting and outpainting
+ - Support for inpainting and outpainting
- img2img runs on all k* samplers
+ - Support for post-processing of previously-generated images
using facial reconstruction, ESRGAN upscaling, outcropping (similar to DALL-E infinite canvas),
and "embiggen" upscaling. See the `!fix` command.
- - New `--hires` option on `invoke>` line allows larger images to be created without
- duplicating elements, at the cost of some performance.
+ - New `--hires` option on `invoke>` line allows larger images to be created without duplicating elements, at the cost of some performance.
- New `--perlin` and `--threshold` options allow you to add and control variation
- during image generation (see [docs/features/OTHER.md])
+ during image generation (see Thresholding and Perlin Noise Initialization
- Extensive metadata now written into PNG files, allowing reliable regeneration of images
and tweaking of previous settings.
- Command-line completion in `invoke.py` now works on Windows, Linux and Mac platforms.