From fd04a13b63833721a96a159f360806dd5ce97f85 Mon Sep 17 00:00:00 2001 From: Kid <44045911+kidonng@users.noreply.github.com> Date: Wed, 16 Dec 2020 19:08:24 +0800 Subject: [PATCH] Fix README formatting --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2a782dc..7a3c2e2 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ 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) @@ -27,7 +27,7 @@ curl http://example.com | hicat -l xml ```sh npm install -g hicat -```` +``` [![npm version](https://badge.fury.io/js/hicat.svg)](https://npmjs.org/package/hicat "View this project on npm")