Skip to content

Commit 14005ab

Browse files
committed
Update readme with other downstream lib
1 parent 3c82d0c commit 14005ab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,10 @@ fail (because of the initial situation, not a real failure)
5959
condition is still possible, for this reason the process is tried to be spawn 3 times with different
6060
ports.
6161
* The process is killed when the struct goes out of scope no matter how the test finishes
62-
* Allows easy spawning of dependent process like [electrs](https://github.com/RCasatta/electrsd)
62+
* Allows easy spawning of dependent processes like:
63+
- [electrs](https://github.com/RCasatta/electrsd)
64+
- [cln](https://github.com/RCasatta/lightningd)
65+
- [elements](https://github.com/RCasatta/elementsd)
6366

6467
Thanks to these features every `#[test]` could easily run isolated with its own environment.
6568

0 commit comments

Comments
 (0)