Update README
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
parent
58d672f066
commit
780a878a36
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
@ -1,6 +1,20 @@
|
||||||
# Cowsay.jl
|
# Cowsay.jl
|
||||||
|
|
||||||
|
```plaintext
|
||||||
|
___________________
|
||||||
|
< Cowsay for Juila! >
|
||||||
|
-------------------
|
||||||
|
\ ^__^
|
||||||
|
\ (oo)\_______
|
||||||
|
(__)\ )\/\
|
||||||
|
||----w |
|
||||||
|
|| ||
|
||||||
|
```
|
||||||
|
|
||||||
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://MillironX.github.io/cowsay.jl/stable)
|
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://MillironX.github.io/cowsay.jl/stable)
|
||||||
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://MillironX.github.io/cowsay.jl/dev)
|
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://MillironX.github.io/cowsay.jl/dev)
|
||||||
[![Build Status](https://github.com/MillironX/cowsay.jl/workflows/CI/badge.svg)](https://github.com/MillironX/cowsay.jl/actions)
|
[![Build Status](https://github.com/MillironX/cowsay.jl/workflows/CI/badge.svg)](https://github.com/MillironX/cowsay.jl/actions)
|
||||||
[![Coverage](https://codecov.io/gh/MillironX/cowsay.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/MillironX/cowsay.jl)
|
[![Coverage](https://codecov.io/gh/MillironX/cowsay.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/MillironX/cowsay.jl)
|
||||||
|
|
||||||
|
A talking cow library for Julia, based on the [Fedora release of
|
||||||
|
cowsay](https://src.fedoraproject.org/rpms/cowsay).
|
||||||
|
|
Loading…
Reference in a new issue