Skip to content

Commit d619c62

Browse files
authored
Update README.md
1 parent a5358be commit d619c62

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,12 @@ After `images.yaml` with translations is ready, it's time to apply translations:
146146
NODE_LANG=zh glp engine:koa:tutorial:figuresTranslate --image try-catch-flow.svg
147147
```
148148
149-
For Windows: `npm i -g cross-env` and prepend the call with `cross-env` to pass environment variables, like this:
150-
151-
```bash
152-
cd /js/server
153-
cross-env NODE_LANG=zh...
154-
```
149+
> For Windows: `npm i -g cross-env` and prepend the call with `cross-env` to pass environment variables, like this:
150+
>
151+
> ```bash
152+
> cd /js/server
153+
> cross-env NODE_LANG=zh...
154+
> ```
155155
156156
The task takes upstream image version (English), replaces strings to it, then writes to same-named image in the tutorial repo.
157157

0 commit comments

Comments
 (0)