Skip to content

Commit fa48566

Browse files
authored
README LE
1 parent eeff0ae commit fa48566

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

making-programming-videos/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# How to Make Engaging Programming Videos
22

3-
This repository provides the VS Code settings file that is mentioned in the Real Python [How to Make Engaging Programming Videos](https://realpython.com/making-programming-videos/) tutorial.
3+
This repository provides the VS Code settings file that's mentioned in the Real Python [How to Make Engaging Programming Videos](https://realpython.com/how-to-make-programming-videos/) tutorial.
44

55
## Using the Settings
66

7-
The provided settings file helps you to have a clutter-free and well-readable VS Code editor for the project you want to record in a video.
7+
The provided settings file helps you to have a clutter-free and readable VS Code editor for the project that you want to record in a video.
88

9-
Here is an example folder structure to show where you can find your existing workspace settings file:
9+
Here's an example folder structure to show where you can find your existing workspace settings file:
1010

1111
```
1212
project/
@@ -17,7 +17,7 @@ project/
1717
└── code.py
1818
```
1919

20-
If the `.vscode/` folder and the `settings.json` don't exist, then you can create it with the contents of [settings.json](settings.json). If you already have an existing settings file, then you may only copy the configuration objects that you want to use.
20+
If the `.vscode/` folder and the `settings.json` don't exist, then you can create the file with the contents of [settings.json](settings.json). If you already have an existing settings file, then you may only copy the configuration objects that you want to use.
2121

2222
To learn more about adjusting your VS Code settings, check out the VS Code documentation on [user and workspace settings](https://code.visualstudio.com/docs/getstarted/settings#_settingsjson).
2323

0 commit comments

Comments
 (0)