Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
fix function name in quick start (#784)
Browse files Browse the repository at this point in the history
* fix function name in quick start

fixes #783

* Fix another typo
  • Loading branch information
sebgoa authored and andresmgot committed May 28, 2018
1 parent 564fcb9 commit 6bc1dde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ $ kubectl proxy -p 8080 &

$ curl -L --data '{"Another": "Echo"}' \
--header "Content-Type:application/json" \
localhost:8080/api/v1/namespaces/default/services/get-python:http-function-port/proxy/
localhost:8080/api/v1/namespaces/default/services/hello:http-function-port/proxy/
{"Another": "Echo"}
```

Expand All @@ -132,7 +132,7 @@ Kubeless also supports [ingress](https://kubernetes.io/docs/concepts/services-ne
You can delete the function and uninstall Kubeless:

```console
$ kubeless function delete test
$ kubeless function delete hello

$ kubeless function ls
NAME NAMESPACE HANDLER RUNTIME DEPENDENCIES STATUS
Expand Down

0 comments on commit 6bc1dde

Please sign in to comment.