From 3e0479c94be3fd3781f99d669ff3c4a81be2676a Mon Sep 17 00:00:00 2001 From: Hyejin Kim <62338783+WZNT-KimHyeJin@users.noreply.github.com> Date: Thu, 24 Nov 2022 16:06:17 +0900 Subject: [PATCH] Update README.ko.md --- 3-transport/lessons/4-geofences/translations/README.ko.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3-transport/lessons/4-geofences/translations/README.ko.md b/3-transport/lessons/4-geofences/translations/README.ko.md index a0c9861b..f3e5e627 100644 --- a/3-transport/lessons/4-geofences/translations/README.ko.md +++ b/3-transport/lessons/4-geofences/translations/README.ko.md @@ -23,7 +23,7 @@ 이번 강의에서는 다음을 다룹니다 : -- [지오펜스(Geofence란](#지오펜스(Geofence란) +- [지오펜스(Geofence)란](#지오펜스(Geofence)란) - [지오펜스(Geofence) 정의](#지오펜스(Geofence)-정의) - [Geofence에 대한 테스트 포인트](#Geofence에-대한-테스트-포인트) - [서버리스 코드의 Geofence 사용](#서버리스-코드의-Geofence-사용) @@ -32,7 +32,7 @@ > > 필요한 경우 [프로젝트 가이드 정리](../../../../clean-up.md) 를 참고하세요 -## 지오펜스(Geofence란 +## 지오펜스(Geofence)란 A geofence is a virtual perimeter for a real-world geographic region. Geofences can be circles defined as a point and a radius (for example a circle 100m wide around a building), or a polygon covering an area such as a school zone, city limits, or university or office campus.