Add info about modes to README
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
parent
1b40b090dc
commit
62158f7d6d
1 changed files with 17 additions and 0 deletions
17
README.md
17
README.md
|
@ -111,6 +111,23 @@ julia> cowsay("You better watch your step\nwhen you know the chips are down!", t
|
||||||
|| ||
|
|| ||
|
||||||
```
|
```
|
||||||
|
|
||||||
|
And even change its emotional or physical state using modes.
|
||||||
|
|
||||||
|
```julia-repl
|
||||||
|
julia> cowsay("He mooed we must fight\nEscape or we'll die\nCows gathered around\n'Cause the steaks were so high"; dead=true)
|
||||||
|
________________________________
|
||||||
|
/ He mooed we must fight \
|
||||||
|
| Escape or we'll die |
|
||||||
|
| Cows gathered around |
|
||||||
|
\ 'Cause the steaks were so high /
|
||||||
|
--------------------------------
|
||||||
|
\ ^__^
|
||||||
|
\ (xx)\_______
|
||||||
|
(__)\ )\/\
|
||||||
|
U ||----w |
|
||||||
|
|| ||
|
||||||
|
```
|
||||||
|
|
||||||
[Julia REPL]: https://docs.julialang.org/en/v1/manual/getting-started/
|
[Julia REPL]: https://docs.julialang.org/en/v1/manual/getting-started/
|
||||||
[pkg mode]: https://docs.julialang.org/en/v1/stdlib/Pkg/
|
[pkg mode]: https://docs.julialang.org/en/v1/stdlib/Pkg/
|
||||||
[the documentation]: https://millironx.com/Cowsay.jl/stable
|
[the documentation]: https://millironx.com/Cowsay.jl/stable
|
||||||
|
|
Loading…
Reference in a new issue