From e44332b7b02797fff22d7424c45445a943802b38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Gierwia=C5=82o?= Date: Wed, 5 Apr 2023 13:14:06 +0200 Subject: [PATCH] Fix wrong path to stream-gen.js --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f47df0..84154ce 100644 --- a/README.md +++ b/README.md @@ -312,10 +312,10 @@ Our `hello-snowman` app will read and interpret these messages and will inform u * if temperature will be 0 or below, Sequence will return message: `Snowman ⛄ is freezing 🥶 Winter is coming ❄️ ❄️ ❄️ ❄️ ❄️` * in the other case (temperature above 0 degrees), Sequence will return message: `Snowman ⛄ is melting! 🥵` -To run this app, please execute the following command from the root of our directory `node ./tools/stream-gen-tool/stream-gen.js `. In our case this would look like this: +To run this app, please execute the following command from the root of our directory `node ./javascript/hello-snowman/lib/stream-gen.js `. In our case this would look like this: ```bash -node ./tools/stream-gen-tool/stream-gen.js e70222d1-acfc-4e00-b046-4a3a9481c53b +node ./javascript/hello-snowman/lib/stream-gen.js e70222d1-acfc-4e00-b046-4a3a9481c53b ``` The output will look similar to this one: