Skip to content

Commit d5ea19b

Browse files
authored
adds hyphen (#161)
1 parent 24c3dd5 commit d5ea19b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This repository contains the Azure SQL binding for Azure Functions extension cod
99
- **input binding**: takes a SQL query to run and returns the output of the query in the function.
1010
- **output binding**: takes a list of rows and upserts them into the user table (i.e. If a row doesn't already exist, it is added. If it does, it is updated).
1111

12-
Further information on the Azure SQL binding for Azure Functions is also available in the [Azure Functions docs](https://docs.microsoft.com/azure/azure-functions/functions-bindings-azuresql).
12+
Further information on the Azure SQL binding for Azure Functions is also available in the [Azure Functions docs](https://docs.microsoft.com/azure/azure-functions/functions-bindings-azure-sql).
1313

1414
## Table of Contents
1515

0 commit comments

Comments
 (0)