From d3459c6f52660fcdac5f43e8fd8b394f667d9d27 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Hrb=C3=A1=C4=8D?= <david@hrbac.cz>
Date: Thu, 25 Oct 2018 22:54:43 +0200
Subject: [PATCH] Capitals

---
 docs.it4i/software/mpi/ompi-examples.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs.it4i/software/mpi/ompi-examples.md b/docs.it4i/software/mpi/ompi-examples.md
index b1efa4139..efe4afb82 100644
--- a/docs.it4i/software/mpi/ompi-examples.md
+++ b/docs.it4i/software/mpi/ompi-examples.md
@@ -6,7 +6,7 @@ Sample MPI applications provided both as a trivial primer to MPI as well as simp
 
 There are two MPI examples, each using one of six different MPI interfaces:
 
-###Hello World
+### Hello World
 
 ```c tab="C"
 /*
@@ -187,7 +187,7 @@ class Hello {
 * C shmem.h:           [hello_oshmem_c.c](../../src/ompi/hello_oshmem_c.c)
 * Fortran shmem.fh:    [hello_oshmemfh.f90](../../src/ompi/hello_oshmemfh.f90)
 
-###Send a Trivial Message Around in a Ring
+### Send a Trivial Message Around in a Ring
 
 * C:                   [ring_c.c](../../src/ompi/ring_c.c)
 * C++:                 [ring_cxx.cc](../../src/ompi/ring_cxx.cc)
@@ -200,7 +200,7 @@ class Hello {
 
 Additionally, there's one further example application, but this one only uses the MPI C bindings:
 
-###Test the Connectivity Between All Pross
+### Test the Connectivity Between All Pross
 
 * C:   [connectivity_c.c](../../src/ompi/connectivity_c.c)
 
-- 
GitLab