From 6db0d8378d2db604eec300a187bdc9110876b571 Mon Sep 17 00:00:00 2001 From: Jovan Popovic Date: Tue, 12 Nov 2019 14:58:39 -0800 Subject: [PATCH] Apendix -> Appendix --- samples/features/sql-clr/Curl/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/features/sql-clr/Curl/README.md b/samples/features/sql-clr/Curl/README.md index b33fdb0183..7692b51362 100644 --- a/samples/features/sql-clr/Curl/README.md +++ b/samples/features/sql-clr/Curl/README.md @@ -111,7 +111,7 @@ exec curl.XPOST @H = @hkey, @d = @body, @url = @endpoint; ## Disclaimers The code included in this sample is not intended to be a set of best practices on how to build scalable enterprise grade applications. This is beyond the scope of this sample. -## Apendix +## Appendix In order to quickly test the function in your dev environment, you can create and assembly using the following script that imports assembly from binary format. Recommendation it to take the source code, compile it, and execute the script shown above.