diff --git a/problems/introduction/problem.md b/problems/introduction/problem.md index 7266bfb7..9cf827a5 100644 --- a/problems/introduction/problem.md +++ b/problems/introduction/problem.md @@ -18,7 +18,7 @@ Create a file named `introduction.js`: touch introduction.js ``` -or if you're on windows, +Or if you're on Windows: ```bash type NUL > introduction.js ```