Browse Source

doc: fix bad formatting

x 3 years ago
parent
commit
48d4f6d2c1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      doc/src/architecture/tooling.md

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

@@ -1,6 +1,6 @@
 # Tooling
 # Tooling
 
 
-# DarkFi Fullnode Daemon
+## DarkFi Fullnode Daemon
 
 
 `drkd` the darkfi fullnode. It manages the blockchain, validates transactions
 `drkd` the darkfi fullnode. It manages the blockchain, validates transactions
 and remains connected to the p2p network.
 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
 `drkd` does not have any concept of keys or wallet functionality. It does not
 manage keys.
 manage keys.
 
 
-# Low Level Client
+## Low Level Client
 
 
 Clients manage keys and objects. They make queries to `drkd`, and receive notes
 Clients manage keys and objects. They make queries to `drkd`, and receive notes
 encrypted to their public keys.
 encrypted to their public keys.