diff --git a/README.ko.md b/README.ko.md index a1b82b9..6739b5a 100644 --- a/README.ko.md +++ b/README.ko.md @@ -16,7 +16,7 @@ - TestExcel : 기본 예제 (QtXlsx 예제 기반) - HelloAndroid : QML을 사용한 안드로이드에서 xlsx 파일 열기 - Copycat : xlsx 파일을 읽어 위젯으로 표시. xlsx 파일 인쇄. (할일: xlsx 파일로 저장) - - WebServer : xlsx 파일을 읽어 웹으로 표시 (http://127.0.0.1:3001) + - WebServer : xlsx 파일을 읽어 웹으로 표시 (`http://127.0.0.1:3001`) ## 활용 예제 (Hello excel) diff --git a/README.md b/README.md index ac87df1..f998797 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ - TestExcel : basic samples based on QtXlsx samples - HelloAndroid : read xlsx on Android using QML - Copycat : load xlsx file and display on widget. print xlsx file. (TODO: save xlsx) - - WebServer : load xlsx and display to web (http://127.0.0.1:3001) + - WebServer : load xlsx and display to web (`http://127.0.0.1:3001`) ## Example (Hello excel)