diff --git a/doc/doc.md b/doc/doc.md index f4d38d8..5484be8 100644 --- a/doc/doc.md +++ b/doc/doc.md @@ -199,8 +199,8 @@ not to do it. This can be done by holding special keys while selecting: Next configs available for **fx** via environment variables. -| Name | Values | Description | -|----------------|----------------------------------------------------|-------------------------------------------------------| +| Name | Values | Description | +|----------------|-----------------------------------------------------|-------------------------------------------------------| | `FX_LANG` | `js` (default), `node`, `python`, `python3`, `ruby` | Reducer type. | -| `FX_THEME` | `0` disable colors, `1` (default), `2..9` | Color theme. | -| `FX_SHOW_SIZE` | `true` or `false` (default) | Show size of arrays and object in collapsed previews. | +| `FX_THEME` | `0` (disable colors), `1` (default), `2..9` | Color theme. | +| `FX_SHOW_SIZE` | `true` or `false` (default) | Show size of arrays and object in collapsed previews. |