Fixed a typo in the README

This commit is contained in:
Adam Cozzette 2013-11-11 19:54:20 -08:00
parent 8b37d93f7d
commit 491f7ba326
1 changed files with 1 additions and 1 deletions

View File

@ -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