diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2021-06-23 12:09:22 +0200 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2021-06-23 12:21:39 +0200 |
commit | 78cdab1ad2e85176784e4e1230622f42acd20149 (patch) | |
tree | 72253da7fa9997a99655e6218b55df57ad3667d0 | |
parent | cad487bcfa829b7e20a0aafcb9a21eb55d5d1528 (diff) |
doc: sort entries in doc/README.md#Miscellaneous alphabetically
-rw-r--r-- | doc/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.md b/doc/README.md index e45460734b..45e7983038 100644 --- a/doc/README.md +++ b/doc/README.md @@ -77,12 +77,12 @@ The Bitcoin repo's [root README](/README.md) contains relevant information on th - [Files](files.md) - [Fuzz-testing](fuzzing.md) - [I2P Support](i2p.md) +- [Init Scripts (systemd/upstart/openrc)](init.md) +- [PSBT support](psbt.md) - [Reduce Memory](reduce-memory.md) - [Reduce Traffic](reduce-traffic.md) - [Tor Support](tor.md) -- [Init Scripts (systemd/upstart/openrc)](init.md) - [ZMQ](zmq.md) -- [PSBT support](psbt.md) License --------------------- |