You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,8 @@ This is **Unofficial** but working for most common use cases.
10
10
This also includes a working example of the StarWars Project running as an Azure Function
11
11
and modified only as needed to run as expected (with v11 API)!
12
12
13
-
###vNuget Package (.netcoreapp3.0)
14
-
To use this as-is in your project, add the [HotChocolate.AzureFunctionsProxy]() NuGet package to your project.
13
+
###Nuget Package (.netcoreapp3.0)
14
+
To use this as-is in your project, add the [HotChocolate.AzureFunctionsProxy](https://www.nuget.org/packages/HotChocolate.AzureFunctionsProxy) NuGet package to your project.
15
15
and wire up your Starup and AzureFunction endpoint as outlined below...
0 commit comments