diff --git a/docs.it4i/software/intel/intel-suite/intel-compilers.md b/docs.it4i/software/intel/intel-suite/intel-compilers.md
index 6993a9b7cd4151820a25daf4c2009ab0f994ccbc..8614e2df317006fb00872fd0de98669811deefbb 100644
--- a/docs.it4i/software/intel/intel-suite/intel-compilers.md
+++ b/docs.it4i/software/intel/intel-suite/intel-compilers.md
@@ -1,6 +1,8 @@
 # Intel Compilers
 
-The Intel compilers in multiple versions are available via the `intel` module. The compilers include the icc C and C++ compiler and the ifort Fortran 77/90/95 compiler.
+## Introduction
+
+Intel compilers are available in multiple versions via the `intel` module. The compilers include the icc C and C++ compiler and the ifort Fortran 77/90/95 compiler.
 
 ```console
 $ ml intel
@@ -8,7 +10,7 @@ $ icc -v
 $ ifort -v
 ```
 
-The Intel compilers provide vectorization of the code via the AVX2 instructions and support threading parallelization via OpenMP
+Intel compilers provide vectorization of the code via the AVX2 instructions and support threading parallelization via OpenMP.
 
 For maximum performance on the Salomon cluster compute nodes, compile your programs using the AVX2 instructions, with reporting where the vectorization was used. We recommend the following compilation options for high performance: