diff --git a/README.md b/README.md
index 364d94ca..2d7d3602 100644
--- a/README.md
+++ b/README.md
@@ -107,8 +107,7 @@ Official templates exist for many popular languages and are easily extensible wi
.succeed(`
👋 Hello World 🌍
-
- `)
+ `)
}
```
*handler.js*
@@ -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