From efa5bda488ce5a09bd2bbd3769ef0a2a572e5e78 Mon Sep 17 00:00:00 2001 From: Daniel Olson Date: Thu, 1 Feb 2018 20:48:03 -0500 Subject: [PATCH] updated csharp demo --- docs/providers/aws/examples/hello-world/csharp/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/providers/aws/examples/hello-world/csharp/README.md b/docs/providers/aws/examples/hello-world/csharp/README.md index 508d4e098..910ec6b06 100644 --- a/docs/providers/aws/examples/hello-world/csharp/README.md +++ b/docs/providers/aws/examples/hello-world/csharp/README.md @@ -38,7 +38,7 @@ The `--path` or shorthand `-p` is the location to be created with the template s ## 2. Build using .NET CLI tools and create zip package ``` -# Linux or OSX +# Linux or Mac OS ./build.sh ``` @@ -53,7 +53,7 @@ The `--path` or shorthand `-p` is the location to be created with the template s sls deploy ``` -This will deploy your function AWS Lambda based on the settings in `serverless.yml`. +This will deploy your function to AWS Lambda based on the settings in `serverless.yml`. ## 4. Invoke deployed function