diff --git a/README.md b/README.md
index ac4213a..572c1c4 100644
--- a/README.md
+++ b/README.md
@@ -2,21 +2,23 @@
[![Korean](https://img.shields.io/badge/Lang-ko-blue)][readme-ko]
[readme-en]: ./
-[readme-ko]: ./docs/README_KR.md
+[readme-ko]: ./docs/README.ko.md
-# ๐ก๏ธ KAL
+# ๐ก๏ธ KALANG
-
+
-_KAL: Korean Algorithmic Language_.
+_KALANG: Korean Programming Language_.
-A simple interpreted language which supports Korean.
+- < 0.03 MB.
+- Written in JavaScript. Natively runs on web browsers.
+- Minimal syntax with Korean keywords.
-You can load a _KAL_ interpreter in browsers, or build manually (see below).
+Try _KALANG_ at [Playground][playground].
-Try _KAL_ at [KAL Playground][playground].
+You can load a _KALANG_ interpreter in browsers, or build manually (see below).
[playground]: https://kal-playground.rooi.dev/
@@ -30,7 +32,7 @@ Load the interpreter script in HTML as follows:
```
-After that, you can execute _KAL_ code with `kal.execute(code-to-execute)` as follows:
+After that, you can execute _KALANG_ code with `kal.execute(code-to-execute)` as follows:
```HTML
```
-์ดํ, _KAL_ ์ฝ๋๋ ๋ค์๊ณผ ๊ฐ์ด `kal.execute(code-to-execute)`๋ก ์คํํฉ๋๋ค.
+์ดํ, _KALANG_ ์ฝ๋๋ ๋ค์๊ณผ ๊ฐ์ด `kal.execute(code-to-execute)`๋ก ์คํํฉ๋๋ค.
```HTML