Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Germann <ulrich.germann@gmail.com>2017-03-22 05:43:57 +0300
committerGitHub <noreply@github.com>2017-03-22 05:43:57 +0300
commita2a73f53768f8f3f87ab3612a96ad91a0f889e7d (patch)
treeec551875e6d8a9f9c08362936d820d4dd3203656 /README.md
parent1b1f7cd251273275e2aa2e510764b71f870cd0f7 (diff)
Adjust levels of sections headers in README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index f07880e2..517cb135 100644
--- a/README.md
+++ b/README.md
@@ -12,20 +12,20 @@ with operator overloading.
In honour of Marian Rejewski, a Polish mathematician and
cryptologist.
-# Installation
+## Installation
------------
-# Requirements:
+## Requirements:
* g++ with c++11
* CUDA
* Boost (>= 1.56)
-# Compilation with `cmake > 3.5`:
+## Compilation with `cmake > 3.5`:
mkdir build
cd build
cmake ..
make -j
-# Acknowledgements
+## Acknowledgements
The development of Marian received funding from the European Union's _Horizon 2020_ Research and Innovation Programm under grant agreements 688139 ([SUMMA](http://www.summa-project.eu); 2016--2019) and 645487 ([Modern MT](http://www.modernmt.eu)).