Fix Maintainer in README.md
authorjijoong.moon <jijoong.moon@samsung.com>
Tue, 11 Feb 2020 02:12:42 +0000 (11:12 +0900)
committer문지중/On-Device Lab(SR)/Principal Engineer/삼성전자 <jijoong.moon@samsung.com>
Tue, 11 Feb 2020 02:22:43 +0000 (11:22 +0900)
**Self evaluation:**
1. Build test:  [X]Passed [ ]Failed [ ]Skipped
2. Run test:  [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: jijoong.moon <jijoong.moon@samsung.com>
README.md

index 831f7bd..6df383d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -10,10 +10,10 @@ Even though it trains part of the neural network models, NNtrainer requires quit
 
 ## Maintainer
 * [Jijoong Moon](https://github.com/jijoongmoon)
-
-## Reviewers
 * [MyungJoo Ham](https://github.com/myungjoo)
 * [Geunsik Lim](https://github.com/leemgs)
+
+## Reviewers
 * [Sangjung Woo](https://github.com/again4you)
 * [Wook Song](https://github.com/wooksong)
 * [Jaeyun Jung](https://github.com/jaeyun-jung)
@@ -89,7 +89,7 @@ Applications  CMakeLists.txt  external  include  jni  LICENSE  package.pc.in
 ```
 
 There are four applications tested on the Android and Ubuntu (16.04). All of them include the code in NeuralNet directory and has their own CMake file to compile. This is the draft version of the code and need more tailoring. 
-Just for the example, let¡¯s compile Training application. Once it is compiled and install you will find the libnntrainer.so and related .h in /usr/local/lib and /usr/local/includes directory.
+Just for the example, let\'s compile Training application. Once it is compiled and install you will find the libnntrainer.so and related .h in /usr/local/lib and /usr/local/includes directory.
 
 ``` bash
 $ mkdir build