Skip to content

Commit

Permalink
remove 'terminal' marker
Browse files Browse the repository at this point in the history
  • Loading branch information
Dusch4593 committed Dec 22, 2023
1 parent 25e3fbb commit e3cf434
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Let's set up our editor. For this application, we will be using our PC terminal

First, we need to create a directory and files for our project using the terminal. Once you open the terminal `cd` into your Desktop. This is where we will add our directory. You can name it anything you like but to make it easier let's name it **todo-list-project**:

```terminal
```
cd Desktop
mkdir todo-list-project
cd todo-list-project
Expand Down

0 comments on commit e3cf434

Please sign in to comment.