diff --git a/README.md b/README.md
index d030195..7149f61 100644
--- a/README.md
+++ b/README.md
@@ -18,15 +18,16 @@ Under the hood it uses the Advanced Encryption Standard (AES) in GCM mode.
1. Select the text lines to encrypt
- > Note: Partial, selection is ok, it will be expanded to include the whole line.
+
+> Note: Partial, selection is ok, it will be expanded to include the whole line.
-1. Run the Encrypt/Decrypt command from the palette (or bind a keyboard shortcut to it)
+2. Run the Encrypt/Decrypt command from the palette (or bind a keyboard shortcut to it)
-1. Enter and confirm a password to use
+3. Enter and confirm a password to use
-1. Your selected lines are now encrypted
+4. Your selected lines are now encrypted
@@ -34,17 +35,20 @@ Under the hood it uses the Advanced Encryption Standard (AES) in GCM mode.
1. Place your cursor on the encrypted line
-1. Run the Encrypt/Decrypt command from the palette
+2. Run the Encrypt/Decrypt command from the palette
- > Note: If you choose 'Encrypt/Decrypt In-place' your text will be decrypted directly into the editor without showing the dialog in step 4 below.
-1. Enter the correct password
+> Note: If you choose 'Encrypt/Decrypt In-place' your text will be decrypted directly into the editor without showing the dialog in step 4 below.
+
+3. Enter the correct password
- > Note: Your previously used password is filled in by default (You can change this in the plugin settings).
+
+> Note: Your previously used password is filled in by default (You can change this in the plugin settings).
-1. Your decrypted text is revealed
+4. Your decrypted text is revealed
- > Note: Click 'Decrypt In-place' to replace the encrypted text in the editor.
+
+> Note: Click 'Decrypt In-place' to replace the encrypted text in the editor.
## Settings