diff --git a/docs/cluster-test-1060.md b/docs/cluster-test-1060.md
index 554ebd3a605fedee167195888bd244693cd04cb5..cb0f6808ae2c9618b25292169bd9a556d7e22bdf 100644
--- a/docs/cluster-test-1060.md
+++ b/docs/cluster-test-1060.md
@@ -37,11 +37,10 @@ srun monprogram.o
 
 ## Directives `#SBATCH`
 
-
-|--------------|------------------------------------------------------------|
+| Directive    | Description                                                |
+| -------------- | ------------------------------------------------------------ |
 | `--job-name` | Nom souhaité pour le job (facilement identifiable ensuite) |
 | `--output`   | Nom souhaité pour le fichier de sortie de Slurm            |
 | `--gres=`    | Demande d'allocation de Generic RESources                  |
-|--------------|------------------------------------------------------------|
 
 Il en existe beaucoup d'autres : [https://slurm.schedmd.com/sbatch.html](https://slurm.schedmd.com/sbatch.html)