Skip to content

Commit

Permalink
Merge pull request #11 from kidonng/patch-1
Browse files Browse the repository at this point in the history
Fix README formatting
  • Loading branch information
rstacruz committed Dec 16, 2020
2 parents c3a4970 + fd04a13 commit 7ce9843
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ curl http://example.com | hicat

If hicat fails to detect a language, specify it using `-l LANG`.

````sh
```sh
curl http://example.com | hicat -l xml
``
```

[![Status](https://travis-ci.org/rstacruz/hicat.svg?branch=master)](https://travis-ci.org/rstacruz/hicat)

## Installation

```sh
npm install -g hicat
````
```

[![npm version](https://badge.fury.io/js/hicat.svg)](https://npmjs.org/package/hicat "View this project on npm")

Expand Down

0 comments on commit 7ce9843

Please sign in to comment.