Skip to content

Commit 88b0089

Browse files
readme: Fix line break
1 parent 78f5296 commit 88b0089

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,12 @@ To compile optional modules (such as Schnorr signatures), you need to run `./con
7575

7676
Usage examples
7777
-----------
78-
Usage examples can be found in the [examples](examples) directory. To compile them you need to configure with `--enable-examples`.
78+
Usage examples can be found in the [examples](examples) directory. To compile them you need to configure with `--enable-examples`.
7979
* [ECDSA example](examples/ecdsa.c)
8080
* [Schnorr signatures example](examples/schnorr.c)
8181
* [Deriving a shared secret (ECDH) example](examples/ecdh.c)
82-
To compile the Schnorr signature and ECDH examples, you also need to configure with `--enable-module-schnorrsig` and `--enable-module-ecdh`.
82+
83+
To compile the Schnorr signature and ECDH examples, you also need to configure with `--enable-module-schnorrsig` and `--enable-module-ecdh`.
8384

8485
Test coverage
8586
-----------

0 commit comments

Comments
 (0)