Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Commit 236d3cd

Browse files
authored
Update README.md
1 parent 34f90ba commit 236d3cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ An example config can be seen below. `program` should contain the path to your b
4141
> If you do, please file an issue or write me an [email](mailto:[email protected]).
4242
4343
```js
44-
// .vscode.json/launch.json
44+
// .vscode/launch.json
4545
{
4646
"version": "0.2.0",
4747
"configurations": [
@@ -58,7 +58,7 @@ An example config can be seen below. `program` should contain the path to your b
5858
```
5959

6060
```js
61-
// .vscode.json/tasks.json
61+
// .vscode/tasks.json
6262
{
6363
"version": "2.0.0",
6464
"tasks": [

0 commit comments

Comments
 (0)