소스 검색

Update README.md

Pierce Boggan 9 년 전
부모
커밋
621c6013df
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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