summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Peter <sharkdp@users.noreply.github.com>2018-04-30 16:05:36 +0200
committerGitHub <noreply@github.com>2018-04-30 16:05:36 +0200
commit7f070c9dcb05d52482f0d1175261c40e7451daa8 (patch)
tree78ef8762fa428b7897a8ae1313fb60a7b0f78d18
parent64ef61b40927d0ac9881cace2b6e37dfc9706f90 (diff)
Update README.mdv0.2.0
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 32e53cc5..1e3967a9 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
[![Build Status](https://travis-ci.org/sharkdp/bat.svg?branch=master)](https://travis-ci.org/sharkdp/bat)
[![Version info](https://img.shields.io/crates/v/bat.svg)](https://crates.io/crates/bat)
-*A cat(1) clone with syntax highlighting and Git integration.*
+A *cat(1)* clone with syntax highlighting and Git integration.
## Features
@@ -35,11 +35,11 @@ cargo install bat
## Customization
-`bat` uses the excellent [`syntect`](https://github.com/trishume/syntect/) library for syntax highlighting. `syntect` can read any Sublime Text language definitions and highlighting theme.
+`bat` uses the excellent [`syntect`](https://github.com/trishume/syntect/) library for syntax highlighting. `syntect` can read any Sublime Text language definition and theme.
-To build your own syntax-set and theme, follow these steps:
+To build your own language-set and theme, follow these steps:
-Create a folder with syntax highlighting theme:
+Create a folder with a syntax highlighting theme:
``` bash
mkdir -p ~/.config/bat/themes
cd ~/.config/bat/themes