Browse Source

Update README.md

Pierce Boggan 9 năm trước cách đây
mục cha
commit
621c6013df
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      HandsOnLab/README.md

+ 2 - 2
HandsOnLab/README.md

@@ -521,7 +521,7 @@ This will take about 3-5 minutes to setup, so let's head back to the code!
 
 
 ### Update App.cs
-We will be using the Azure Helpers Library that we saw earlier in the presentations to simplify the development with just a few lines of code.
+We will be using the [Azure App Service Helpers library](https://www.nuget.org/packages/AppService.Helpers/1.1.1-beta) that we saw earlier in the presentations to add an Azure backend to our mobile app in just four lines of code.
 
 In the DevDaysSpeakers/App.cs file let's add a static property above the constructor for the Azure Client:
 
@@ -671,4 +671,4 @@ await DisplayAlert("Happiness Level", level, "OK");
 
 ### Challenge 2: Edit Speaker Details
 
-//coming soon
+//coming soon