Skip to content

Commit f9966b2

Browse files
authored
docs: update user instructions in README (#2)
Updated User Instructions and steps to use the sample in the README.md file
1 parent b0cb2df commit f9966b2

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
## Simple Interactive Query Generator project using Node.js
22

3-
Run quesions.js to test the program
4-
<node questions.js>
3+
**Steps to use this demo:**
54

6-
Questions are placed in questions array. You can append/edit the array to add your questions
5+
**Step 1.** Run quesions.js to test the program <node questions.js>
6+
7+
**Step 2.** Questions are placed in questions array. You can append/edit the array to add your questions
8+
9+
**Step 3.** collectAnswers.js uses Readline interface and Events emitter to make this program work interactively
10+
711

8-
collectAnswers.js uses Readline interface and Events emitter to make this program work interactively

0 commit comments

Comments
 (0)