Explorar el Código

book: correct naming on architecture/ tooling

lunar-mining hace 3 años
padre
commit
5ac3d9b501
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      doc/src/architecture/tooling.md

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

@@ -2,7 +2,7 @@
 
 ## DarkFi Fullnode Daemon
 
-`drkd` the darkfi fullnode. It manages the blockchain, validates transactions
+`darkfid` is the darkfi fullnode. It manages the blockchain, validates transactions
 and remains connected to the p2p network.
 
 Clients can connect over localhost RPC or secure socket and perform these functions:
@@ -12,12 +12,12 @@ Clients can connect over localhost RPC or secure socket and perform these functi
 * Broadcast txs to the p2p network.
 * Get tx status, query the mempool and interact with components.
 
-`drkd` does not have any concept of keys or wallet functionality. It does not
+`darkfid` does not have any concept of keys or wallet functionality. It does not
 manage keys.
 
 ## 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 `darkfid`, and receive notes
 encrypted to their public keys.
 
 Their design is usually specific to their application but modular.