From 0d1429e8bb136995f163178a87d62de3e5b9e1b6 Mon Sep 17 00:00:00 2001 From: Lekensteyn Date: Thu, 26 Apr 2012 12:49:14 +0200 Subject: [PATCH] Fix documentation error (Closes GH-16) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72e3d20..17bef18 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ The module has some options that control the behavior on loading and unloading: `load_state` and `unload_state`. Valid values are `-1`, `0` and `1` meaning "do not change the card state", "turn the card off" and "turn the card on" respectively. For example, if you want to have `bbswitch` disable the card -immediately when loading the module while disabling the card on unload, load the +immediately when loading the module while enabling the card on unload, load the module with: # modprobe bbswitch load_state=0 unload_state=1