We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0cb2df commit f9966b2Copy full SHA for f9966b2
README.md
@@ -1,8 +1,11 @@
1
## Simple Interactive Query Generator project using Node.js
2
3
-Run quesions.js to test the program
4
-<node questions.js>
+**Steps to use this demo:**
5
6
-Questions are placed in questions array. You can append/edit the array to add your questions
+**Step 1.** Run quesions.js to test the program <node questions.js>
+
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
11
-collectAnswers.js uses Readline interface and Events emitter to make this program work interactively
0 commit comments