Skip to content

Commit ac57287

Browse files
authored
Update README.md
Signed-off-by: Alex Ellis <[email protected]>
1 parent 9d3e731 commit ac57287

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# OpenFaaS Pro Function Builder API examples
2-
This repo contains some code examples that show you how to use the [OpenFaaSFunction Builder API](https://docs.openfaas.com/openfaas-pro/builder/) from different languages.
2+
This repo contains some code examples that show you how to use the [OpenFaaS Function Builder API](https://docs.openfaas.com/openfaas-pro/builder/) from different languages.
33

44
> The Function Builder API provides a simple REST API to create your functions from source code.
55
> See [Function Builder API docs](https://docs.openfaas.com/openfaas-pro/builder/) for installation instructions
@@ -106,4 +106,4 @@ go run go-request/main.go \
106106
-lang=node20 \
107107
-name="hello-world" \
108108
-platforms="linux/amd64"
109-
```
109+
```

0 commit comments

Comments
 (0)