summaryrefslogtreecommitdiffstats
path: root/doc/README-ko.md
diff options
context:
space:
mode:
authorKevin John Mulligan <Kevin.John.Mulligan@gmail.com>2021-09-07 12:00:44 +0800
committerDavid Peter <sharkdp@users.noreply.github.com>2021-09-07 20:21:12 +0200
commit156dec2737db4759f41a30650cfe938de3c65d5c (patch)
tree3e5a3dbac6f1d21efee00ce77baee47f2b4e5917 /doc/README-ko.md
parent27f046ec036b6b3e0688048969db25ae4b0bfdd4 (diff)
Add context to .ino configuration
This allows a user to search the README or the entire repository for "Arduino" to find the necessary configuration.
Diffstat (limited to 'doc/README-ko.md')
-rw-r--r--doc/README-ko.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README-ko.md b/doc/README-ko.md
index aa248ad1..695623c0 100644
--- a/doc/README-ko.md
+++ b/doc/README-ko.md
@@ -663,7 +663,7 @@ bat --generate-config-file
# 터미널에서 이탤릭체 쓰기 (일부 터미널에서 미지원)
--italic-text=always
-# .ino 파일에 C++ 문법 쓰기
+# Arduino .ino 파일에 C++ 문법 쓰기
--map-syntax "*.ino:C++"
```