Skip to content

Commit 971a540

Browse files
committed
docs: Update README.
1 parent f67a438 commit 971a540

File tree

1 file changed

+29
-8
lines changed

1 file changed

+29
-8
lines changed

README.md

+29-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,36 @@
1-
<a href="#top" id="top">
1+
<p align="center">
22
<img src="https://user-images.githubusercontent.com/441546/128600690-29ef818e-dd09-4a83-b7e3-2d0c9f6513ca.png">
3-
</a>
3+
</p>
44
<p align="center">
5-
<a href="https://www.npmjs.com/package/@darkobits/lolcatjs"><img src="https://img.shields.io/npm/v/@darkobits/lolcatjs.svg?style=flat-square"></a>
6-
<a href="https://github.com/darkobits/lolcatjs/actions?query=workflow%3Aci"><img src="https://img.shields.io/github/workflow/status/darkobits/lolcatjs/ci/master?style=flat-square"></a>
7-
<a href="https://depfu.com/github/darkobits/lolcatjs"><img src="https://img.shields.io/depfu/darkobits/lolcatjs?style=flat-square"></a>
8-
<a href="https://conventionalcommits.org"><img src="https://img.shields.io/static/v1?label=commits&message=conventional&style=flat-square&color=398AFB"></a>
5+
<a
6+
href="https://www.npmjs.com/package/@darkobits/lolcatjs"
7+
><img
8+
src="https://img.shields.io/npm/v/@darkobits/lolcatjs.svg?style=flat-square"
9+
></a>
10+
<a
11+
href="https://github.com/darkobits/lolcatjs/actions?query=workflow%3Aci"
12+
><img
13+
src="https://img.shields.io/github/actions/workflow/status/darkobits/lolcatjs/ci.yml?style=flat-square"
14+
></a>
15+
<a
16+
href="https://depfu.com/repos/github/darkobits/lolcatjs"
17+
><img
18+
src="https://img.shields.io/depfu/darkobits/lolcatjs?style=flat-square"
19+
></a>
20+
<a
21+
href="https://conventionalcommits.org"
22+
><img
23+
src="https://img.shields.io/static/v1?label=commits&message=conventional&style=flat-square&color=398AFB"
24+
></a>
25+
<a
26+
href="https://firstdonoharm.dev"
27+
><img
28+
src="https://img.shields.io/static/v1?label=license&message=hippocratic&style=flat-square&color=753065"
29+
></a>
930
</p>
1031
11-
> This is a fork of [`lolcatjs`](https://github.com/robertmarsal/lolcatjs), which itself is a Node port of the [`lolcat`](https://github.com/busyloop/lolcat) Ruby gem.
32+
> This is a fork of [`lolcatjs`](https://github.com/robertmarsal/lolcatjs), which itself is a Node port
33+
of the [`lolcat`](https://github.com/busyloop/lolcat) Ruby gem.
1234

1335
## Install
1436

@@ -61,7 +83,6 @@ console.log(`Output: ${printer}`);
6183
printer.stream.pipe(process.stdout);
6284
```
6385

64-
## &nbsp;
6586
<p align="center">
6687
<br>
6788
<img width="22" height="22" src="https://cloud.githubusercontent.com/assets/441546/25318539/db2f4cf2-2845-11e7-8e10-ef97d91cd538.png">

0 commit comments

Comments
 (0)