Skip to content

Commit

Permalink
CI Tests Fix 1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamovera committed Oct 11, 2024
1 parent 1eed3fe commit 7d3c94a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -436,11 +436,11 @@ The [`func`](https://github.com/knative/func) CLI streamlines the developer expe
```output
func is the command line interface for managing Knative Function resources
Create a new Node.js function in the current directory:
func create --language node myfunction
Create a new Node.js function in the current directory:
func create --language node myfunction
Deploy the function using Docker hub to host the image:
func deploy --registry docker.io/alice
Deploy the function using Docker hub to host the image:
func deploy --registry docker.io/alice
Learn more about Functions: https://knative.dev/docs/functions/
Learn more about Knative at: https://knative.dev
Expand Down

0 comments on commit 7d3c94a

Please sign in to comment.