aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn Levon <john.levon@nutanix.com>2021-05-04 09:45:36 +0100
committerGitHub <noreply@github.com>2021-05-04 09:45:36 +0100
commit2bc6ed495081426a79cbb3dfa9909f33f28f3323 (patch)
tree185bcc547afbd30e879cec4a09f449bd01cf4dd0 /README.md
parent13e3f8d38bc23c2a95654c46addea84ca6de365a (diff)
downloadlibvfio-user-2bc6ed495081426a79cbb3dfa9909f33f28f3323.zip
libvfio-user-2bc6ed495081426a79cbb3dfa9909f33f28f3323.tar.gz
libvfio-user-2bc6ed495081426a79cbb3dfa9909f33f28f3323.tar.bz2
README: fix a small typo (#455)
Signed-off-by: John Levon <john.levon@nutanix.com> Reviewed-by: Thanos Makatos <thanos.makatos@nutanix.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e4ea228..8b69713 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@ libvfio-user
============
vfio-user is a framework that allows implementing PCI devices in userspace.
-Clients (such as [qemu](https://qemu.org) talk the [vfio-user
+Clients (such as [qemu](https://qemu.org)) talk the [vfio-user
protocol](https://lists.gnu.org/archive/html/qemu-devel/2020-11/msg02458.html)
over a UNIX socket to a server. This library, `libvfio-user`, provides an API
for implementing such servers.