Skip to content

Commit 0985b2b

Browse files
authored
Update README.md (#3303)
1 parent bbfe6b9 commit 0985b2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ To help with localization, please read the [TRANSLATION](TRANSLATION.md) guide.
5858

5959
## Serve/Build Options
6060

61-
* `DEFAULT_LOCALE={{locale}} npm run serve` builds only the files present in the specified locale folder (will display 404 if file is not present)
61+
* `DEFAULT_LOCALE={{locale}} npm run serve` builds only the files present in the specified locale folder (will display 404 status code if file is not present)
6262
* `DEFAULT_LOCALE={{locale}} npm run serve -- --preserveLocale` builds the files present in the specified locale folder and adds the pages present in the English locale that are missing.
6363
* `npm run serve` builds all languages and returns 404 when a file is not present in the current locale
6464
* `npm run serve -- --preserveLocale` builds all languages and adds the pages present in the English locale that are missing.
6565
* Multiple locales can be built by using comma separated values in the `DEFAULT_LOCALE` variable. i.e: `DEFAULT_LOCALE=en,es,it`
6666

6767
## Deployment
6868

69-
Full set up is in <https://github.com/nodejs/build/tree/master/setup/www> minus secrets and certificates. The webhook is setup on GitHub for this project and talks to a small Node server on the host which does the work. See the [github-webhook](https://github.com/rvagg/github-webhook) package for this.
69+
Full setup is in <https://github.com/nodejs/build/tree/master/setup/www> minus secrets and certificates. The webhook is setup on GitHub for this project and talks to a small Node server on the host which does the work. See the [github-webhook](https://github.com/rvagg/github-webhook) package for this.
7070

7171
## Content vs. Code
7272

0 commit comments

Comments
 (0)