readme: Fix line break

This commit is contained in:
Tim Ruffing 2022-08-02 10:38:56 +02:00
parent 78f5296da4
commit 88b00897e7

View File

@ -79,6 +79,7 @@ Usage examples
* [ECDSA example](examples/ecdsa.c)
* [Schnorr signatures example](examples/schnorr.c)
* [Deriving a shared secret (ECDH) example](examples/ecdh.c)
To compile the Schnorr signature and ECDH examples, you also need to configure with `--enable-module-schnorrsig` and `--enable-module-ecdh`.
Test coverage