aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index e25c4b0..6f37ae5 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# vsock-rs
Virtio socket support for Rust. Implements VsockListener and VsockStream
-which are analogous to the `std::net::TcpListener` and `std::net::TcpStream` types.
+which are analogous to the `std::net::TcpListener` and `std::net::TcpStream` types.
## Usage
@@ -11,7 +11,7 @@ Refer to the crate [documentation](https://docs.rs/vsock).
### Prerequisites
-You will need a recent qemu-system-x86_64 build in your path.
+You will need a recent `qemu-system-x86_64` build in your path.
### Host
@@ -21,7 +21,7 @@ Setup the required virtio kernel modules:
make kmod
```
-Start the test vm, you can shutdown the vm with the keyboard shortcut ```Ctrl+A``` and then ```x```:
+Start the test vm, you can shutdown the vm with the keyboard shortcut `Ctrl+A` and then `x`:
```
make vm
@@ -33,4 +33,4 @@ Run the test suite with:
```
make check
-``` \ No newline at end of file
+```