diff --git a/docs/client.md b/docs/client.md
index f49d5c072150473ab08b01fbce473a4bfd8960f5..4b5855baaad52cdf2ab44840f5f7c0fae93dd4db 100644
--- a/docs/client.md
+++ b/docs/client.md
@@ -427,6 +427,7 @@ First, you need to create the VM that will be used by your students during the e
    creds.pdf written successfully.
    ```
    Here is what the PDF looks like:
+   
    ![](img/vmcred2pdf.png)
 
 1. It is strongly recommended to save the VMs' credentials in a CSV file as it's possible that some students might shutdown their VM or that a VM would crash (rare, but possible). In this case, restarting the VMs would generate new credentials, different from the printed ones. We recommend you to save the VMs credentials in a CSV file with `vmcreds2csv "live exam progsys" creds.csv` so that later, the VMs can be restarted with the exact same credentials using `vmstartwithcreds creds.csv`.