From 30795173b9b0bc91d5e595d39bfcdf24864fbe7f Mon Sep 17 00:00:00 2001 From: mingrammer Date: Tue, 22 May 2018 11:07:02 +0900 Subject: [PATCH] Add a missing right parenthesis Signed-off-by: mingrammer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 177a1bd44..2b77d5f21 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ LinuxKit, a toolkit for building custom minimal, immutable Linux distributions. - Designed to be managed by external tooling, such as [Infrakit](https://github.com/docker/infrakit) or similar tools - Includes a set of longer-term collaborative projects in various stages of development to innovate on kernel and userspace changes, particularly around security -LinuxKit currently supports the `x86_64`, `arm64`, and `s390x` architectures on a variety of platforms, both as virtual machines and baremetal (see [below](#booting-and-testing) for details. +LinuxKit currently supports the `x86_64`, `arm64`, and `s390x` architectures on a variety of platforms, both as virtual machines and baremetal (see [below](#booting-and-testing) for details). ## Subprojects