Skip to content

Commit c109367

Browse files
Ticket ## : Update documentation
1 parent 92a155c commit c109367

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/documentation/functions/create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ FaasNet.CLI function -df <DIRECTORY>
5454
```
5555

5656
Execute the following instruction to locally build the Docker image.
57-
The `DIRECTORY` variable must be replaced by the directory of the Function.csproj project, and the `IMAGENAME` variable must be replaced by the name of the Docker image for example : localhost:5000/function.
57+
The `DIRECTORY` variable must be replaced by the directory of the Function.csproj project, and the `IMAGENAME` variable must be replaced by the name of the Docker image for example : `localhost:5000/function`.
5858

5959
```
6060
FaasNet.CLI function -db <DIRECTORY> -t <IMAGENAME>

docs/documentation/functions/portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In the website, click on the `Add a function` button and fill in the form with t
1616
* **Name** : Name of the function for example `test`.
1717
* **Description** : A short description.
1818
* **Image**: Name of the Docker image for example : `simpleidserver/faastransform`.
19-
* **Version** : Version of the Docker image for example : `latest`.
19+
* **Version** : Version of the Docker image for example : `0.0.4`.
2020

2121
![Publish function](images/manage1.png)
2222

0 commit comments

Comments
 (0)