Move the lone paragraph under "Configurations" to "Configuration"
diff --git a/README.md b/README.md
index 9e9bfb7..fbe112c 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,8 @@
Compiler options can be set using conventional environment variables such as `CC` and `CFLAGS` when using the Make and CMake build system (see below).
+We provide some non-standard configurations focused on specific use cases in the `configs/` directory. You can read more about those in `configs/README.txt`
+
Documentation
-------------
@@ -176,12 +178,6 @@
- `tests/scripts/key-exchanges.pl` test builds in configurations with a single key exchange enabled
- `tests/scripts/all.sh` runs a combination of the above tests, plus some more, with various build options (such as ASan, full `config.h`, etc).
-Configurations
---------------
-
-We provide some non-standard configurations focused on specific use cases in the `configs/` directory. You can read more about those in `configs/README.txt`
-
-
Porting Mbed TLS
----------------