From 658097c7eda92e740d7edb1ca63c76b1e769f4da Mon Sep 17 00:00:00 2001 From: ko1N Date: Sun, 26 Jul 2020 16:06:53 +0200 Subject: [PATCH] Fixed readme --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index bcd1756..5032954 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ More information about pcileech can be found under https://github.com/ufrisk/pci ## Compilation -# This project uses libusb to interface with the ftdi chip over usb. Make sure you have the appropiate headers installed. More information about the libusb implementation can be found in the https://github.com/a1ien/rusb project. @@ -30,7 +29,6 @@ To compile a dynamic library as a plugin use the following command: ```cargo build --release --all-features``` ## License -# Licensed under MIT License, see [LICENSE](LICENSE).