From 52de4e62450f71e41745fad07d33fe83ff7acf07 Mon Sep 17 00:00:00 2001 From: Maciej Winnicki Date: Tue, 13 Dec 2016 19:24:24 +0100 Subject: [PATCH] update csharp example --- docs/providers/aws/examples/hello-world/csharp/README.md | 2 -- 1 file changed, 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 d494b0b1d..277bf9fc6 100644 --- a/docs/providers/aws/examples/hello-world/csharp/README.md +++ b/docs/providers/aws/examples/hello-world/csharp/README.md @@ -27,8 +27,6 @@ zip -r ./deploy-package.zip ./* popd ``` -`./build.sh` runs the dotnet restore and package commands then creates the zip file to upload to lambda. - ## 3. Deploy `serverless deploy` or `sls deploy`. `sls` is shorthand for the Serverless CLI command