Skip to content

Commit aee752a

Browse files
committed
Counting starts at zero
1 parent f967938 commit aee752a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

content/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ To complete this workshop, you will need the following:
2525

2626
Ready to get started? Let's go! The workshop scenario imagines you as a developer volunteering your time for a pet adoption center. You will work through the process of creating a development environment, creating code, enabling security, and automating processes.
2727

28-
1. [Setup your environment](exercises/0-setup.md) for the workshop
29-
2. [Enable Code Scanning](exercises/1-code-scanning.md) to ensure new code is secure
30-
3. [Create an issue](exercises/2-issues.md) to document a feature request
31-
4. [Create a codespace](exercises/3-codespaces.md) to start writing code
32-
5. [Implement testing](exercises/4-testing.md) to supplement continuous integration
33-
6. [Provide Copilot context](exercises/5-context.md) to generate quality code suggestions
34-
7. [Add features to your app](exercises/6-code.md) with GitHub Copilot
35-
8. [Use the GitHub flow](exercises/7-github-flow.md) to incorporate changes into your codebase
36-
9. [Deploy your application](exercises/8-deployment.md) to Azure to make your application available to users
28+
0. [Setup your environment](exercises/0-setup.md) for the workshop
29+
1. [Enable Code Scanning](exercises/1-code-scanning.md) to ensure new code is secure
30+
2. [Create an issue](exercises/2-issues.md) to document a feature request
31+
3. [Create a codespace](exercises/3-codespaces.md) to start writing code
32+
4. [Implement testing](exercises/4-testing.md) to supplement continuous integration
33+
5. [Provide Copilot context](exercises/5-context.md) to generate quality code suggestions
34+
6. [Add features to your app](exercises/6-code.md) with GitHub Copilot
35+
7. [Use the GitHub flow](exercises/7-github-flow.md) to incorporate changes into your codebase
36+
8. [Deploy your application](exercises/8-deployment.md) to Azure to make your application available to users

0 commit comments

Comments
 (0)