From e1126bf73b9f28fe490e7c4bcf6dc8b4c9dccccc Mon Sep 17 00:00:00 2001 From: Sergej Schumilo Date: Sun, 14 Nov 2021 23:22:13 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eaa93df..151c061 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

-libnyx is a library that allows you to simply build hypervisor based snapshot fuzzers. Using libnyx, managing multiple vms and snapshots as well as the communication with the code running in the VM becomes a matter of a handful of lines of code. At the moment, libnyx can be used via a simple C interface or from a rust library. +libnyx is a library that allows you to simply build hypervisor-based snapshot fuzzers. Using libnyx, managing multiple VMs and snapshots as well as the communication with the code running in the VM becomes a matter of a handful of lines of code. At the moment, libnyx can be used via a simple C interface or from a rust library. ## Bug Reports and Contributions