Skip to content

Commit ba4a0e5

Browse files
committed
docs: Fix typos in README
1 parent b8f5045 commit ba4a0e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ See [cmd/go-nbd-example-server-file/main.go](./cmd/go-nbd-example-server-file/ma
135135

136136
### 3. Connect to the Server with a Client
137137

138-
In a new `main` package, connect to the server by creating a client; note that you'll have to `modprobe ndb` and run the command as `root`:
138+
In a new `main` package, connect to the server by creating a client; note that you'll have to `modprobe nbd` and run the command as `root`:
139139

140140
```go
141141
// client/main.go

0 commit comments

Comments
 (0)