Skip to content

Commit 44e6bba

Browse files
authored
Update README.md
1 parent a1e2e89 commit 44e6bba

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,11 @@ Please note, the server must support that language. That is: server code must ha
9090
9191
# Dev mode
9292
93-
If you'd like to edit the server code, *not* the tutorial text (assuming you're familiar with Node.js), run this once:
93+
If you'd like to edit the server code, *not* the tutorial text (assuming you're familiar with Node.js), then there are two steps.
94+
95+
First, import and cache the tutorial:
9496
9597
```
96-
// import and cache the "ru" version of the tutorial from /js/javascript-tutorial-ru
9798
// NODE_LANG sets server language
9899
// TUTORIAL_ROOT is the full path to tutorial repo, by default is /js/javascript-tutorial-$NODE_LANG
99100

0 commit comments

Comments
 (0)