Fix README fg listing.

Underscores in code snippets don't need to be escaped. My bad.
This commit is contained in:
yamadapc 2014-07-10 03:03:48 -03:00
parent 4a227f46c1
commit 38ee1195c9

View file

@ -53,14 +53,14 @@ colors are:
- `fg.magenta` (35)
- `fg.cyan` (36)
- `fg.white` (37)
- `fg.light\_black` (90)
- `fg.light\_red` (91)
- `fg.light\_green` (92)
- `fg.light\_yellow` (93)
- `fg.light\_blue` (94)
- `fg.light\_magenta` (95)
- `fg.light\_cyan` (96)
- `fg.light\_white` (97)
- `fg.light_black` (90)
- `fg.light_red` (91)
- `fg.light_green` (92)
- `fg.light_yellow` (93)
- `fg.light_blue` (94)
- `fg.light_magenta` (95)
- `fg.light_cyan` (96)
- `fg.light_white` (97)
### `bg` enum type (Background colors)
Background colors are available with the same names through the `bg` enum. This