Skip to content

Commit fd010ed

Browse files
authored
Update README.md
1 parent 79b873d commit fd010ed

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
<!--
44
<<< Author notes: Course header >>>
55
Read <https://skills.github.com/quickstart> for more information about how to build courses using this template.
6-
Include a 1280×640 image, course name in sentence case, and a concise description in emphasis.
7-
In your repository settings: enable template repository, add your 1280×640 social image, auto delete head branches.
6+
`<img>` Include a 1280×640 image, course name in sentence case, and a concise description in emphasis.
7+
`</img>`
8+
`<img>` In your repository settings: enable template repository, add your 1280×640 social image, auto delete head branches. `</img>`
89
Next to "About", add description & tags; disable releases, packages, & environments.
910
Add your open source license, GitHub uses the MIT license.
1011
-->
@@ -37,7 +38,7 @@ Additionally, GitHub Copilot is trained on all languages that appear in public r
3738
Using Copilot inside a Codespace shows just how easy it is to get up and running with GitHub's suite of [Collaborative Coding](https://github.com/features#features-collaboration) tools.
3839

3940
> **Note**
40-
> This skills exercise will focus on leveraging GitHub Codespace. It is recommended that you complete the GitHub skill, [Codespaces](https://github.com/skills/code-with-codespaces), before moving forward with this exercise.
41+
> This skills exercise will focus on leveraging GitHub Codespace. It is recommended that you complete the GitHub skill, **Codespaces**(https://github.com/skills/code-with-codespaces), before moving forward with this exercise.
4142
4243
### :keyboard: Activity: Enable Copilot inside a Codespace
4344

@@ -57,9 +58,8 @@ Before you open up a codespace on a repository, you can create a development con
5758
"name": "Codespace for Skills!",
5859
"customizations": {
5960
"vscode": {
60-
"extensions": [
61+
"extensions":
6162
"GitHub.copilot"
62-
]
6363
}
6464
}
6565
}
@@ -73,9 +73,11 @@ Before you open up a codespace on a repository, you can create a development con
7373
**Wait about 2 minutes for the codespace to spin itself up.**
7474

7575
1. Verify your codespace is running. The browser should contain a VS Code web-based editor and a terminal should be present such as the below:
76-
![Screen Shot 2023-03-09 at 9 09 07 AM](https://user-images.githubusercontent.com/26442605/224102962-d0222578-3f10-4566-856d-8d59f28fcf2e.png)
76+
`<img>` Screen Shot 2023-03-09 at 9 09 07 AM
77+
(https://user-images.githubusercontent.com/26442605/224102962-d0222578-3f10-4566-856d-8d59f28fcf2e.png) `</img>`
7778
1. The `copilot` extension should show up in the VS Code extension list. Click the extensions sidebar tab. You should see the following:
78-
![Screen Shot 2023-03-09 at 9 04 13 AM](https://user-images.githubusercontent.com/26442605/224102514-7d6d2f51-f435-401d-a529-7bae3ae3e511.png)
79+
`<img>` Screen Shot 2023-03-09 at 9 04 13 AM
80+
(https://user-images.githubusercontent.com/26442605/224102514-7d6d2f51-f435-401d-a529-7bae3ae3e511.png) `</img>`
7981

8082
**Wait about 60 seconds then refresh your repository landing page for the next step.**
8183

@@ -88,10 +90,10 @@ Before you open up a codespace on a repository, you can create a development con
8890

8991
---
9092

91-
Get help: [Post in our discussion board](https://github.com/orgs/skills/discussions/categories/code-with-copilot) &bull; [Review the GitHub status page](https://www.githubstatus.com/)
93+
Get help: Post in our discussion board(https://github.com/orgs/skills/discussions/categories/code-with-copilot) &bull;Review the GitHub status page(https://www.githubstatus.com/)
9294

9395
<p>&copy; 2023 GitHub &bull;
94-
<a aherf = Code of Conduct</a>(https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md) &bull; [MIT License](https://gh.io/mit) >
96+
<a aherf = Code of Conduct</a>(https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md) &bull; MIT License(https://gh.io/mit)>
9597
</p>
9698

9799
---

0 commit comments

Comments
 (0)