From 8c906b6334762fcbad13424c1023a2d4bdc828fc Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Mon, 1 Jun 2020 07:43:00 +0200
Subject: [PATCH] Update intel-tbb.md

---
 docs.it4i/software/intel/intel-suite/intel-tbb.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs.it4i/software/intel/intel-suite/intel-tbb.md b/docs.it4i/software/intel/intel-suite/intel-tbb.md
index efba337ef..49aca3608 100644
--- a/docs.it4i/software/intel/intel-suite/intel-tbb.md
+++ b/docs.it4i/software/intel/intel-suite/intel-tbb.md
@@ -1,6 +1,6 @@
 # Intel TBB
 
-## Introduction
+## Intel Threading Building Blocks
 
 Intel Threading Building Blocks (Intel TBB) is a library that supports scalable parallel programming using standard ISO C++ code. It does not require special languages or compilers.  To use the library, you specify tasks, not threads, and let the library map tasks onto threads in an efficient manner. The tasks are executed by a runtime scheduler and may be offloaded to [MIC accelerator][1].
 
-- 
GitLab