From 92aa2b547eb1bb4766241695eced8f76a64123a8 Mon Sep 17 00:00:00 2001 From: David Peter Date: Wed, 2 May 2018 23:29:52 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index acc32e25..8a38648a 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ cargo install bat ## Customization -`bat` uses the excellent [`syntect`](https://github.com/trishume/syntect/) library for syntax highlighting. `syntect` can read any [Sublime Text `.sublime-syntax` files](https://www.sublimetext.com/docs/3/syntax.html) and themes. +`bat` uses the excellent [`syntect`](https://github.com/trishume/syntect/) library for syntax highlighting. `syntect` can read any [Sublime Text `.sublime-syntax` file](https://www.sublimetext.com/docs/3/syntax.html) and theme. To build your own language-set and theme, follow these steps: