Skip to content

Commit

Permalink
Fix README formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kidonng authored Dec 16, 2020
1 parent c3a4970 commit fd04a13
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 fd04a13

Please sign in to comment.