From 06f0694e168e0cbce658d83af0b1f667aeddd0fe Mon Sep 17 00:00:00 2001 From: Sam Rose Date: Fri, 8 Nov 2024 06:42:40 -0500 Subject: [PATCH] docs: fix typo Signed-off-by: samrose Signed-off-by: Sam Rose --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b84fec2c3..0b27900f0 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ These micro VMs operate without a kernel or operating system, keeping overhead l By default, Hyperlight restricts guest access to a minimal API. The only _host function_ available by default allows the guest to print messages, which are displayed on the host console or redirected to stdout, as configured. Hosts can choose to expose additional host functions, expanding the guest’s capabilities as needed. -Below is an example demonstrating the use of the Hyperlight host library in Rust to execute a simple guest application and am example of a simple guest application using the Hyperlight guest library in also written in Rust. +Below is an example demonstrating the use of the Hyperlight host library in Rust to execute a simple guest application and an example of a simple guest application using the Hyperlight guest library in also written in Rust. ### Host