Skip to content

Commit a103237

Browse files
authored
Merge pull request 0916dhkim#7 from 0916dhkim/kr-tutorial
Translate README to Korean
2 parents 30cd295 + 99d8ca5 commit a103237

2 files changed

Lines changed: 468 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ YAML provides a feature called **anchor**. It allows you to write
211211
repeating part of a YAML file once as an **anchor**,
212212
then reference the anchor throughout the rest of the file as **aliases**.
213213
214-
In our `docker-compose.yml` file, we can see top-level key `x-environment`.
214+
Our `docker-compose.yml` file begins with a top-level key `x-environment`.
215215
The ampersand means it is an anchor.
216216

217217
```yaml
@@ -445,6 +445,7 @@ This repository provides a really simple TODO API server
445445
in `app.js` file. Start the server and try it yourself!
446446

447447
```bash
448+
npm ci
448449
node app.js
449450
```
450451

0 commit comments

Comments
 (0)