Skip to content

Commit 79579b5

Browse files
authored
Fix table
1 parent 12357b6 commit 79579b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Build virtualization solutions on top of a lightweight hypervisor using Rust:
1515

1616
This repository contains the following crates:
1717
| Name | Description | Links |
18-
| --- | --- |
19-
| [`hv-sys`](./hv-sys) | Unsafe bindings generated with bindgen | ![Crates.io](https://img.shields.io/crates/v/hv-sys) |
20-
| [`hv`](./hv) | High level API to access Hypervisor Framework | ![Crates.io](https://img.shields.io/crates/v/hv) |
18+
| --- | --- | --- |
19+
| [`hv-sys`](./hv-sys) | Unsafe bindings generated with bindgen | [![Crates.io](https://img.shields.io/crates/v/hv-sys)](https://img.shields.io/crates/v/hv-sys) |
20+
| [`hv`](./hv) | High level API to access Hypervisor Framework | [![Crates.io](https://img.shields.io/crates/v/hv)](https://img.shields.io/crates/v/hv) |
2121

2222
### Current list of things to do:
2323
- Make high level API safer.

0 commit comments

Comments
 (0)