Skip to content

Commit db7ee39

Browse files
authored
Update JSONtoUser.tour
1 parent 11d0d7d commit db7ee39

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.tours/JSONtoUser.tour

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@
33
"title": "JSONtoUser",
44
"steps": [
55
{
6-
"file": "JSONtoUser.py",
6+
"file": "json_to_user.py",
77
"description": "Welcome to your GitHub Copilot tour! We're going to jump right into a common use case for Copilot: helping write boilerplate code. Here you can see an example of the User class, as well as a JSON representation of a user. \n\n Press `Next` to continue 👇",
88
"line": 1
99
},
1010
{
11-
"file": "JSONtoUser.py",
11+
"file": "json_to_user.py",
1212
"description": "We can use Copilot to automatically serialize the json into the class. Press __ENTER__ at the end of line 14 to prompt Copilot to generate the boilerplate code, and __TAB__ to accept the generated code. \n\nOnce it's generated the code, press `Next` to continue 👇",
1313
"line": 14
1414
},
1515

1616
{
17-
"file": "JSONtoUser.py",
17+
"file": "json_to_user.py",
1818
"description": "We can also use Copilot to write a function to convert from the class to JSON. Press __ENTER__ at the end of line 18 to prompt Copilot to generate the boilerplate code, and __TAB__ to accept the generated code. \n\nOnce it's generated the code, press `Next` to continue 👇",
1919
"line": 18
2020
},
2121
{
22-
"file": "JSONtoUser.py",
22+
"file": "json_to_user.py",
2323
"description": "Thank you for trying out the GitHub JSONtoUser Demo! Try out some new Code Tours in the bottom left panel! If you would like to sign up for Copilot visit here: https://github.com/features/copilot#pricing",
2424
"line": 42
2525
}
2626
]
27-
}
27+
}

0 commit comments

Comments
 (0)