Przeglądaj źródła

doc: fix bad formatting

x 3 lat temu
rodzic
commit
48d4f6d2c1
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      doc/src/architecture/tooling.md

+ 2 - 2
doc/src/architecture/tooling.md

@@ -1,6 +1,6 @@
 # Tooling
 
-# DarkFi Fullnode Daemon
+## DarkFi Fullnode Daemon
 
 `drkd` the darkfi fullnode. It manages the blockchain, validates transactions
 and remains connected to the p2p network.
@@ -15,7 +15,7 @@ Clients can connect over localhost RPC or secure socket and perform these functi
 `drkd` does not have any concept of keys or wallet functionality. It does not
 manage keys.
 
-# Low Level Client
+## Low Level Client
 
 Clients manage keys and objects. They make queries to `drkd`, and receive notes
 encrypted to their public keys.