From 43e45a6b2709783cb4f573847cc84bbeb066d1c6 Mon Sep 17 00:00:00 2001 From: Saleh Albuga Date: Sat, 30 Nov 2019 21:53:12 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 89dbcc6..8b50eca 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ in [Swift](https://swift.org). > > _Microsoft and Azure are registered trademarks of Microsoft Corporation._ +#### Documentation [home page](https://swiftfunc.developerhub.io/) _(coming soon!)_ + ## Example An HTTP Function: @@ -143,7 +145,7 @@ Currently the following are supported by Swift Functions. More bindings will be | ServiceBusMessage | Service Bus Trigger | in | -Unlike C#, Swift does not support Attributes to mark bindings types and directions. Alternatively, the trigger, inputs and output of a Function is set in its constructor. Azure Functions in Swift must inhert the **Function** class from the framework. +Unlike C#, Swift does not support Attributes to mark bindings types and directions. Alternatively, the trigger, inputs and output of a Function is set in its constructor. Azure Functions in Swift must inherit the **Function** class from the framework. ```swift import AzureFunctions