Skip to content

Commit a79d8d6

Browse files
Updates README
1 parent 78d9d33 commit a79d8d6

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

README.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,27 @@
1-
# syntaxhighlighter/brush-bash
2-
3-
Bash brush module for [SyntaxHighlighter](https://github.com/syntaxhighlighter).
1+
# brush-bash
42

3+
[![GratiPay](https://img.shields.io/gratipay/user/alexgorbatchev.svg)](https://gratipay.com/alexgorbatchev/)
54
[![Build Status](https://travis-ci.org/syntaxhighlighter/brush-bash.svg)](https://travis-ci.org/syntaxhighlighter/brush-bash)
5+
![Downloads](https://img.shields.io/npm/dm/@alexgorbatchev/brush-bash.svg)
6+
![Version](https://img.shields.io/npm/v/@alexgorbatchev/brush-bash.svg)
7+
8+
Bash brush module for [SyntaxHighlighter](https://github.com/syntaxhighlighter/syntaxhighlighter).
69

710
## Installation
811

9-
npm install @alexgorbatchev/brush-bash
12+
```
13+
npm install @alexgorbatchev/brush-bash
14+
```
15+
16+
## Usage
17+
18+
Please see [SyntaxHighlighter](https://github.com/syntaxhighlighter/syntaxhighlighter) for usage instructions.
1019

1120
## Testing
1221

13-
npm test
22+
```
23+
npm test
24+
```
1425

1526
## License
1627

0 commit comments

Comments
 (0)