Skip to content

Commit 6c216e4

Browse files
committed
adjusting images
1 parent eda5116 commit 6c216e4

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Using-GitHub-Copilot-with-CSharp/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@ In the above exercises we achieved the following:
9191
1. Ask GitHub Copilot in the chat pane to "run and debug" the backend project (you can also do this from the 'run and debug' panel in the editor). Start Debugging the selected project.
9292

9393
<div align="left">
94-
<img src="./images/003RunBackEndProject.png" alt="Run and Debug in the Panel" width="500" height="300">
94+
<img src="./images/003RunBackEndProject.jpg" alt="Run and Debug in the Panel">
9595
</div>
9696

9797
2. The BackEnd project for our Weather API will now be running in port 8080. If you used Copilot to Run and Debug, it will output the URL for you in the chat pane. Simply click the text and it will open a new tab with the published URL. Ensure that `/weatherforcast` is in the published URL.
9898

9999
<div align="left">
100-
<img src="./images/004rundebugURL.jpg" alt="Run and Debug Output" width="500" height="300">
100+
<img src="./images/004rundebugURL.jpg" alt="Run and Debug Output"
101101
</div>
102102

103103
If the URL is not loading properly, check the format and use the below format for the final URL:
-40.9 KB
Binary file not shown.
34.8 KB
Loading

0 commit comments

Comments
 (0)