Skip to content

Commit 262a159

Browse files
authored
readme: make example info for clear (#415)
Signed-off-by: Tshepang Mbambo <tshepang@gmail.com>
1 parent 3eae870 commit 262a159

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ By default, Hyperlight restricts guest access to a minimal API. The only _host f
2727
guest to print messages, which are displayed on the host console or redirected to stdout, as configured. Hosts can
2828
choose to expose additional host functions, expanding the guest’s capabilities as needed.
2929

30-
Below is an example demonstrating the use of the Hyperlight host library in Rust to execute a simple guest application
31-
and an example of a simple guest application using the Hyperlight guest library in also written in Rust.
30+
Below is an example demonstrating the use of the Hyperlight host library in Rust to execute a simple guest application.
31+
It is followed by an example of a simple guest application using the Hyperlight guest library, also written in Rust.
3232

3333
### Host
3434

0 commit comments

Comments
 (0)