diff --git a/docs.it4i/software/debuggers/allinea-performance-reports.md b/docs.it4i/software/debuggers/allinea-performance-reports.md
index 40ec884173e2551b7e9b569864c19a2695a26861..892ddd9e3331519c93a14b2f38ab9fef8a4e13df 100644
--- a/docs.it4i/software/debuggers/allinea-performance-reports.md
+++ b/docs.it4i/software/debuggers/allinea-performance-reports.md
@@ -20,21 +20,19 @@ The module sets up environment variables, required for using the Allinea Perform
 
 ## Usage
 
-Use the perf-report wrapper on your (MPI) program.
-
-Instead of [running your MPI program the usual way][1], use the perf report wrapper:
+Instead of [running your MPI program the usual way][1], use the `perf-report` wrapper:
 
 ```console
 $ perf-report mpirun ./mympiprog.x
 ```
 
-The MPI program will run as usual. The perf-report creates two additional files, in \*.txt and \*.html format, containing the performance report. Note that demanding MPI codes should be run within [the queue system][2].
+The MPI program will run as usual. `perf-report` creates two additional files, in \*.txt and \*.html format, containing the performance report. Note that demanding MPI code should be run within [the queue system][2].
 
 ## Example
 
 In this example, we will be profiling the mympiprog.x MPI program, using Allinea performance reports. Assume that the code is compiled with Intel compilers and linked against Intel MPI library:
 
-First, we allocate some nodes via the express queue:
+First, we allocate nodes via the express queue:
 
 ```console
 $ qsub -q qexp -l select=2:ppn=24:mpiprocs=24:ompthreads=1 -I