Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SalehAlbuga authored Nov 30, 2019
1 parent 38c6056 commit 43e45a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 43e45a6

Please sign in to comment.