diff options
| -rw-r--r-- | README.md | 10 | ||||
| -rw-r--r-- | scripts/main.js | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..9d9964c --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Terminal Style Portfolio Page + +Site simulando um terminal feito com Javascript, Html e Css. + + + +#### Sobre o autor +###### Héber Leonard +###### heber.leonard2@gmail.com +###### Idéias? Fala comigo.
\ No newline at end of file diff --git a/scripts/main.js b/scripts/main.js index 1ee3067..29460cc 100644 --- a/scripts/main.js +++ b/scripts/main.js @@ -94,7 +94,7 @@ async function getInputValue(){ } else if(value === "social"){ trueValue(value); - createText("Didn't you mean: social -all?") + createText("Didn't you mean: social -a?") } else if(value === "clear"){ |
