Skip to content

Commit 41ac662

Browse files
authored
Update README.ko.md
1 parent 9b07f70 commit 41ac662

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.ko.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# QSLogLib
22

3-
> *Read this in other languages: [English](README.md), [한국어](README.ko.md)*
3+
> *Read this in other languages: [English](README.md), :kr: [한국어](README.ko.md)*
44
55
## 소개
66
- QSLogLib는 SLogLib를 Qt5로 이식한 라이브러리 입니다.
@@ -13,7 +13,7 @@
1313

1414
## 예제
1515

16-
### 설정 방법
16+
### :one: 설정 방법
1717
- 처음에 Qt 프로젝트 파일(*.pro)에 pri 파일을 추가합니다.
1818
```
1919
# Define QSLogLib relative path. You can fix this directory
@@ -23,7 +23,7 @@
2323
include(../../QSLogLib/QSLogLib.pri)
2424
```
2525

26-
### 표준 출력/파일 로깅 예제
26+
### :two: 표준 출력/파일 로깅 예제
2727
```cpp
2828
#include <QtGlobal>
2929
#include <QCoreApplication>
@@ -60,7 +60,7 @@ int main(int argc, char *argv[])
6060
}
6161
```
6262
63-
### UDP 송신 예제
63+
### :three: UDP 송신 예제
6464
```cpp
6565
int main(int argc, char *argv[])
6666
{

0 commit comments

Comments
 (0)