Skip to content

Commit 01bd87a

Browse files
Update README.md
1 parent 9cc7c02 commit 01bd87a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
_A JavaScript XSLT processor without native library dependencies._
44

5+
<p align="center">
6+
<a href="https://github.com/DesignLiquido/xslt-processor/issues" target="_blank">
7+
<img src="https://img.shields.io/github/issues/Designliquido/xslt-processor" />
8+
</a>
9+
<img src="https://img.shields.io/github/stars/Designliquido/xslt-processor" />
10+
<img src="https://img.shields.io/github/forks/Designliquido/xslt-processor" />
11+
<a href="https://www.npmjs.com/package/xslt-processor" target="_blank">
12+
<img src="https://img.shields.io/npm/v/xslt-processor" />
13+
</a>
14+
<img src="https://img.shields.io/npm/dw/xslt-processor" />
15+
<img src="https://img.shields.io/github/license/xslt-processor" />
16+
</p>
17+
518
## How to
619

720
Install xslt-processor using npm or yarn:

0 commit comments

Comments
 (0)