diff --git a/rfc/0014_Dubp_Mnemonic.md b/rfc/0014_Dubp_Mnemonic.md
index 492bd26dc36786059bbfd93691cc8e33f6af24fb..c6658f658c145483b3a16dee42bea3511f87c31d 100644
--- a/rfc/0014_Dubp_Mnemonic.md
+++ b/rfc/0014_Dubp_Mnemonic.md
@@ -2,10 +2,10 @@
 
 This RFC describes the conventions for generating a DUBP keypair.
 
-In a summary :
+As a summary:
 
 1. Generate a random mnemonic
-2. Using [script] to generate the seed from the mnemonic
+2. Using [scrypt] to generate the seed from the mnemonic
 3. Encrypt the seed in [DEWIF] format with a password or pin code.
 
 # 1. Generate a random mnemonic
@@ -14,7 +14,7 @@ A mnemonic is a safety phrase designed to be easy to remember. This concept is d
 
 # 2. Generate the seed from the mnemonic
 
-The seed must be generated via [script] with the following parameters.
+The seed must be generated via [scrypt] with the following parameters.
 
 ## password
 
@@ -40,7 +40,7 @@ Sometimes called `dklen` in some libraries.
 
 Expected value: `32`.
 
-## Parameters N,r,p
+## N,r,p parameters
 
 N= 4096
 r= 16
@@ -63,5 +63,5 @@ It is recommended to encrypt the seed in [DEWIF] format.
 The password used to encrypt the seed must be sufficiently robust and preferably randomly generated.
 
 [BIP39]: https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki#Wordlist
-[script]: https://tools.ietf.org/html/rfc7914.html
+[scrypt]: https://tools.ietf.org/html/rfc7914.html
 [DEWIF]: https://git.duniter.org/nodes/common/doc/blob/dewif/rfc/0013_Duniter_Encrypted_Wallet_Import_Format.md