mirror of
https://github.com/MillironX/docker-names.git
synced 2024-11-14 21:43:10 +00:00
Update generation examples
This commit is contained in:
parent
1678367efb
commit
2b91472424
1 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,7 @@ const dockerName = generateName();
|
|||
|
||||
console.log(dockerName);
|
||||
|
||||
//Outputs goofy_panini
|
||||
//Outputs goofy-panini
|
||||
```
|
||||
|
||||
### Generate Name With Number
|
||||
|
@ -37,7 +37,7 @@ const dockerName = generateNameWithNumber();
|
|||
|
||||
console.log(dockerName);
|
||||
|
||||
//Outputs goofy_panini_4
|
||||
//Outputs goofy-panini_4
|
||||
```
|
||||
|
||||
### Generate Name With Date
|
||||
|
@ -49,7 +49,7 @@ const dockerName = generateNameWithDate();
|
|||
|
||||
console.log(dockerName);
|
||||
|
||||
//Outputs 20210720_goofy_panini
|
||||
//Outputs 20210720_goofy-panini
|
||||
```
|
||||
|
||||
## Words
|
||||
|
|
Loading…
Reference in a new issue