From b571ac5d16657b9fbf0739fbc82575ec3b90925a Mon Sep 17 00:00:00 2001 From: Martin Lucina Date: Thu, 8 Nov 2018 19:09:02 +0100 Subject: [PATCH] Minor README tweak --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c075b24..ba1277da 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ Some of the unique features of Solo5: - a public [API](include/solo5/solo5.h) designed for ease of porting existing and future unikernel-native applications, - a host to guest interface designed with isolation, a _minimal attack surface_ - and ease of porting to different sandboxing technologies or host systems in - mind, + and ease of porting to different sandboxing technologies or + [host systems](docs/building.md#supported-targets) in mind, - a minimal, modular _tender_ which [implements](tenders/hvt/) this interface using hardware virtualization (several orders of magnitude smaller than QEMU),