From 491f7ba326ee5f1196f8e5a65b000cbccee73833 Mon Sep 17 00:00:00 2001 From: Adam Cozzette Date: Mon, 11 Nov 2013 19:54:20 -0800 Subject: [PATCH] Fixed a typo in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba5bee7..520085d 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ memory disk. To try out the example code, run `make` and then execute the following as root: modprobe nbd - ./busexmp -n /dev/nbd0 + ./busexmp /dev/nbd0 You should then have an in-memory disk running, represented by the device file `/dev/nbd0`. You can create a file system on the virtual disk, mount it, and