Fix Typo.

Resolves #112
This commit is contained in:
Liam Hockley 2017-10-04 14:59:14 -05:00 committed by GitHub
parent 2ad08ad812
commit 302f57ff83

View file

@ -89,7 +89,7 @@ A Ruby script that colorizes the `ls` output with color and icons. Here are the
2. For changing the icon(s) to other unicode icons of choice (select icons from [here](https://nerdfonts.com/)), change the YAML files in a text editor of your choice (say, `subl`)
```sh
subl $(gem which colorls)/../yaml/
subl $(dirname $(gem which colorls))/yaml
```
# Updating