We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30cd295 + 99d8ca5 commit a103237Copy full SHA for a103237
2 files changed
README.md
@@ -211,7 +211,7 @@ YAML provides a feature called **anchor**. It allows you to write
211
repeating part of a YAML file once as an **anchor**,
212
then reference the anchor throughout the rest of the file as **aliases**.
213
214
-In our `docker-compose.yml` file, we can see top-level key `x-environment`.
+Our `docker-compose.yml` file begins with a top-level key `x-environment`.
215
The ampersand means it is an anchor.
216
217
```yaml
@@ -445,6 +445,7 @@ This repository provides a really simple TODO API server
445
in `app.js` file. Start the server and try it yourself!
446
447
```bash
448
+npm ci
449
node app.js
450
```
451
0 commit comments