Skip to content

Commit 4f4745e

Browse files
committed
remove old fossa and keep new badge
Signed-off-by: David Justice <[email protected]>
1 parent d383a89 commit 4f4745e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div align="center">
22
<h1>Hyperlight</h1>
33
<img src="https://raw.githubusercontent.com/hyperlight-dev/hyperlight/refs/heads/main/docs/assets/hyperlight-logo.png" width="150px" alt="hyperlight logo"/>
4-
<p><strong>Hyperlight is a lightweight Virtual Machine Manager (VMM) designed to be embedded within applications. It enables safe execution of untrusted code within <i>micro virtual machines</i> with very low latency and minimal overhead.</strong> <br> We are a <a href="https://cncf.io/">Cloud Native Computing Foundation</a> sandbox project. </p>
4+
<p><strong>Hyperlight is a lightweight Virtual Machine Manager (VMM) designed to be embedded within applications. It enables safe execution of untrusted code within <i>micro virtual machines</i> with very low latency and minimal overhead.</strong> <br> We are a <a href="https://cncf.io/">Cloud Native Computing Foundation</a> sandbox project. </p>
55
</div>
66

77
> Note: Hyperlight is a nascent project with an evolving API and no guaranteed support. Assistance is provided on a
@@ -57,7 +57,7 @@ fn main() -> hyperlight_host::Result<()> {
5757

5858
// Call a function in the guest
5959
let message = "Hello, World! I am executing inside of a VM :)\n".to_string();
60-
// in order to call a function it first must be defined in the guest and exposed so that
60+
// in order to call a function it first must be defined in the guest and exposed so that
6161
// the host can call it
6262
let result: i32 = multi_use_sandbox.call_guest_function_by_name(
6363
"PrintOutput",
@@ -223,7 +223,6 @@ guide [here](https://help.ubuntu.com/community/KVM/Installation).
223223
### Or you can use a codespace
224224

225225
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/hyperlight-dev/hyperlight)
226-
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fhyperlight-dev%2Fhyperlight.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fhyperlight-dev%2Fhyperlight?ref=badge_shield)
227226

228227
## Contributing to Hyperlight
229228

@@ -269,5 +268,5 @@ See the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code
269268
[whp]: https://devblogs.microsoft.com/visualstudio/hyper-v-android-emulator-support/#1-enable-hyper-v-and-the-windows-hypervisor-platform
270269
271270
272-
## License
273-
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fhyperlight-dev%2Fhyperlight.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fhyperlight-dev%2Fhyperlight?ref=badge_large)
271+
## FOSSA Status
272+
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fhyperlight-dev%2Fhyperlight.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fhyperlight-dev%2Fhyperlight?ref=badge_large)

0 commit comments

Comments
 (0)