Skip to content

Commit 02285ab

Browse files
committed
Use more natural language in intro problem
Being targeted at beginners, the more natural the language, the more at ease they will feel going through this workshop.
1 parent 4bafaac commit 02285ab

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

problems/introduction/problem.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
# INTRODUCTION
33

4-
Create a folder for this workshop.
4+
To keep things organized, let's create a folder for this workshop.
55

6-
Run this command, renaming the folder or changing the path however you need:
6+
Run this command to make a directory called `javascripting` (or something else if you like):
77

88
`mkdir javascripting`
99

@@ -15,19 +15,19 @@ Create a file named `introduction.js`:
1515

1616
`touch introduction.js`
1717

18-
Add this text to the file:
18+
Open the file in your favorite editor, and add this text:
1919

2020
```js
2121
console.log('hello');
2222
```
23-
24-
Check to see if your program is correct by running this command:
23+
24+
Save the file, then check to see if your program is correct by running this command:
2525

2626
`javascripting verify introduction.js`
2727

2828
---
2929

3030

3131

32-
> **Need help?** View the README for this workshop: github.com/sethvincent/javascripting
32+
> **Need help?** View the README for this workshop: http://github.com/sethvincent/javascripting
3333

0 commit comments

Comments
 (0)