From 25960126c746183f507f063aeb2a0f8459a84b40 Mon Sep 17 00:00:00 2001 From: Kota Kanbe Date: Wed, 15 Mar 2017 12:35:50 +0900 Subject: [PATCH] Fix README --- README.ja.md | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.ja.md b/README.ja.md index 1df238da..46555f34 100644 --- a/README.ja.md +++ b/README.ja.md @@ -1333,7 +1333,7 @@ tui: Key binding is below. | key | | -|:-----------------|:-------|:------| +|:-----------------|:-------| | TAB | move cursor among the panes | | Arrow up/down | move cursor to up/down | | Ctrl+j, Ctrl+k | move cursor to up/down | diff --git a/README.md b/README.md index 917ef949..a0887e44 100644 --- a/README.md +++ b/README.md @@ -362,7 +362,7 @@ Scan speed is fast and resource usage is light. High speed scan and resource usage is light because Vuls can get CVE IDs by using package manager(no need to parse a changelog). | Distribution| Scan Speed | -|:------------|:-------------------|:-------------| +|:------------|:-------------------| | Ubuntu | First time: Slow / From the second time: Fast | | Debian | First time: Slow / From the second time: Fast | | CentOS | Fast | @@ -1324,7 +1324,7 @@ tui: Key binding is below. | key | | -|:-----------------|:-------|:------| +|:-----------------|:-------| | TAB | move cursor among the panes | | Arrow up/down | move cursor to up/down | | Ctrl+j, Ctrl+k | move cursor to up/down |