Skip to content

Commit

Permalink
Shorten code examples
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Sep 26, 2019
1 parent 15019f1 commit 4d77785
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ Official templates exist for many popular languages and are easily extensible wi
.succeed(`
<h1>
👋 Hello World 🌍
</h1>
`)
</h1>`)
}
```
*handler.js*
Expand All @@ -135,7 +134,6 @@ Official templates exist for many popular languages and are easily extensible wi
"github.com/openfaas-incubator/go-function-sdk"
)
// Handle a function invocation
func Handle(req handler.Request) (handler.Response, error) {
var err error
Expand Down

0 comments on commit 4d77785

Please sign in to comment.