Skip to content

Commit 09c1fa4

Browse files
authored
Update and rename README.md to README.md
Replacing "Harnessing" with "Using" to simplify wording.
1 parent 8633416 commit 09c1fa4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

06-Harnessing-GitHub-Copilot-with-CSharp/README.md renamed to 06-Using-GitHub-Copilot-with-CSharp/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<header>
22

3-
# Harnessing GitHub Copilot with C#
3+
# Using GitHub Copilot with C#
44

5-
GitHub Copilot is the world's first at-scale AI developer tool that significantly accelerates code writing by providing autocomplete-style suggestions as you work. In this module, we will focus on harnessing the power of GitHub Copilot to enhance your C# coding efficiency.
5+
GitHub Copilot is the world's first at-scale AI developer tool that significantly accelerates code writing by providing autocomplete-style suggestions as you work. In this module, we will focus on using the power of GitHub Copilot to enhance your C# coding efficiency.
66

77
As a developer, your goal is to boost productivity and speed up coding processes. GitHub Copilot acts as your AI pair programmer, offering suggestions based on context and code patterns. By the end of this module, you'll not only know how to configure GitHub Copilot in Codespaces, but also how to generate and implement code suggestions effectively.
88

@@ -12,7 +12,7 @@ Get ready to dive into a real-world scenario! You'll be modifying a C# repositor
1212

1313

1414
- **Who this is for**: Developers, DevOps Engineers, Software development managers, Testers.
15-
- **What you'll learn**: Harnessing GitHub Copilot to create code and add comments to your work.
15+
- **What you'll learn**: How to use GitHub Copilot to create code and add comments to your work.
1616
- **What you'll build**: C# files that will have code generated by Copilot AI for code and comment suggestions.
1717
- **Prerequisites**: To use GitHub Copilot you must have an active GitHub Copilot subscription. Sign up for 30 days free [Copilot](https://github.com/settings/copilot).
1818
- **Timing**: This course can be completed in under an hour.

0 commit comments

Comments
 (0)