diff --git a/README.md b/README.md index 7d60ca43..257a3693 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

Hyperlight

hyperlight logo -

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.

+

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.

> Note: Hyperlight is a nascent project with an evolving API and no guaranteed support. Assistance is provided on a @@ -64,7 +64,7 @@ fn main() -> hyperlight_host::Result<()> { // Call a function in the guest let message = "Hello, World! I am executing inside of a VM :)\n".to_string(); - // in order to call a function it first must be defined in the guest and exposed so that + // in order to call a function it first must be defined in the guest and exposed so that // the host can call it let result = multi_use_sandbox.call_guest_function_by_name( "PrintOutput", @@ -276,6 +276,9 @@ The Hyperlight project Slack is hosted in the CNCF Slack #hyperlight. To join th For more information, please refer to our compilation of documents in the [`docs/` directory](./docs/README.md). +[![FOSSA License Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fhyperlight-dev%2Fhyperlight.svg?type=shield&issueType=license)](https://app.fossa.com/projects/git%2Bgithub.com%2Fhyperlight-dev%2Fhyperlight?ref=badge_shield&issueType=license) +[![FOSSA Security Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fhyperlight-dev%2Fhyperlight.svg?type=shield&issueType=security)](https://app.fossa.com/projects/git%2Bgithub.com%2Fhyperlight-dev%2Fhyperlight?ref=badge_shield&issueType=security) + ## Code of Conduct See the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md).