Skip to content

Commit ca4e1f0

Browse files
authored
Update view-weather-with-html-css-js.mdx
1 parent 4442c0b commit ca4e1f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/view-weather-with-html-css-js/view-weather-with-html-css-js.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Let's get started!
4343

4444
First, we'll need to create the folders and files that will hold the code for our project. Let's begin by opening a terminal and creating a new folder named **weather-app** using the `mkdir` command. Then, go into this folder by using the `cd` command:
4545

46-
```
46+
```output
4747
mkdir weather-app
4848
cd weather-app
4949
touch index.html styles.css script.js

0 commit comments

Comments
 (0)