From 84a86966e03682ab1d270b4a0b7d5b127efec8fe Mon Sep 17 00:00:00 2001 From: danbugs Date: Thu, 7 Nov 2024 00:43:38 +0000 Subject: [PATCH] [chore] Modying logo image in README to use an absolute path Currently, our logo doesn't show on crates.io. This is because we are using a relative path to the image. This PR changes the path of the image to be an absolute path. For more info, see: https://github.com/rust-lang/crates.io/issues/982. Signed-off-by: danbugs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 716accd8b..106af9093 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

Hyperlight

- +

Hyperlight is a lightweight Virtual Machine Manager (VMM) designed to be embedded within applications. It enables safe execution of untrusted code within micro virtual machines with very low latency and minimal overhead.