From 8ec9507387d1ae5df0e34675c028ee1eeaafd63a Mon Sep 17 00:00:00 2001 From: Graham Whaley Date: Wed, 1 May 2019 17:12:26 +0100 Subject: [PATCH] kernel: README: remove trailing '.' from a title We don't append fullstops to section titles, and they mess the ToC up (looks wise). Nuke the one we had in this file. Signed-off-by: Graham Whaley --- kernel/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/README.md b/kernel/README.md index d7b1c51ab..38b5709b6 100644 --- a/kernel/README.md +++ b/kernel/README.md @@ -49,7 +49,7 @@ Kata Containers packaging repository holds the kernel configs and patches. The config and patches can work for many versions, but we only test the kernel version defined in the [runtime versions file][runtime-versions-file]. -## How is it tested. +## How is it tested The Kata Containers CI scripts install the kernel from [CI cache job][cache-job] or build from sources.