Skip to content

Commit 65ba1a4

Browse files
authored
Update README.md
1 parent 47a16de commit 65ba1a4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ This CLI can be used to build and deploy functions to FaaS.
1111
This will generate a Docker image for Node.js.
1212

1313
```
14-
$ ./faas-cli -action=build -image=alexellis2/hello-function -name=hello-function -handler=./samples/info
14+
$ ./faas-cli -action=build -image=alexellis2/hello-function \
15+
-name=hello-function -handler=./samples/info
1516
1617
Building: alexellis2/hello-cli with Docker. Please wait..
1718
...
@@ -25,7 +26,8 @@ This will use the handler.js file found in the template/node folder to build a D
2526
Now we can deploy the image as a named function called `hello-function`.
2627

2728
```
28-
$ ./faas-cli -action=deploy -image=alexellis2/hello-function -name=hello-function
29+
$ ./faas-cli -action=deploy -image=alexellis2/hello-function \
30+
-name=hello-function
2931
3032
200 OK
3133

0 commit comments

Comments
 (0)