diff --git a/README.md b/README.md
index 2c542d9..ac4213a 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,24 @@ Try _KAL_ at [KAL Playground][playground].
+## π‘οΈ Installation
+
+Load the interpreter script in HTML as follows:
+
+```HTML
+
+```
+
+After that, you can execute _KAL_ code with `kal.execute(code-to-execute)` as follows:
+
+```HTML
+
+```
+
+
+
## π‘οΈ Examples
### Statements and expressions
@@ -91,9 +109,8 @@ _Boolean type_: `μ°Έ`, `κ±°μ§`
```
-## π‘οΈ Manual building and installation
-### How to build
+## π‘οΈ Building
Note that building process is based on [Node.js][node].
@@ -103,21 +120,3 @@ The output will be in the directory `/bundle/index.js`.
[pnpm]: https://pnpm.io/
[node]: https://nodejs.org/
-
-
-
-### How to use in browsers
-
-Put the bundled file `index.js` (see above) in your directory, and load the file in HTML as following:
-
-```HTML
-
-```
-
-After that, you can execute _KAL_ code with `kal.execute(code-to-execute)` as follows:
-
-```HTML
-
-```
diff --git a/docs/README_KR.md b/docs/README_KR.md
index 6c9f8aa..7231a0d 100644
--- a/docs/README_KR.md
+++ b/docs/README_KR.md
@@ -22,6 +22,24 @@ _KAL_ μ [νλ μ΄κ·ΈλΌμ΄λ][playground]μμ 체νν΄λ³΄μΈμ.
+## λΈλΌμ°μ μμ μ¬μ©νκΈ°
+
+λ€μκ³Ό κ°μ΄ μΈν°νλ¦¬ν° μ€ν¬λ¦½νΈλ₯Ό HTML μμμ λ‘λν©λλ€.
+
+```HTML
+
+```
+
+μ΄ν, _KAL_ μ½λλ λ€μκ³Ό κ°μ΄ `kal.execute(code-to-execute)`λ‘ μ€νν©λλ€.
+
+```HTML
+
+```
+
+
+
## π‘οΈ μμ
### λ¬Έλ²λ€
@@ -91,6 +109,7 @@ _λΆλ¦¬μΈ νμ
_: `μ°Έ`, `κ±°μ§`
```
+
## π‘οΈ λΉλμ μ€μΉ
### λΉλνκΈ°
@@ -104,25 +123,8 @@ pnpm install && pnpm build && pnpm bundle`
```
+
κ²°κ³Όλ `/bundle/index.js` λλ ν 리μ μμΉν©λλ€.
[pnpm]: https://pnpm.io/
[node]: https://nodejs.org/
-
-
-
-### λΈλΌμ°μ μμ μ¬μ©νκΈ°
-
-λΉλν νμΌ `index.js`λ₯Ό μνλ λλ ν 리μ λκ³ , λ€μκ³Ό κ°μ΄ HTML μμμ λ‘λν©λλ€.
-
-```HTML
-
-```
-
-μ΄ν, _KAL_ μ½λλ λ€μκ³Ό κ°μ΄ `kal.execute(code-to-execute)`λ‘ μ€νν©λλ€.
-
-```HTML
-
-```