Update Usage in README
diff --git a/README.md b/README.md
index 8205f5e..0ab70d2 100644
--- a/README.md
+++ b/README.md
@@ -11,13 +11,13 @@
 
 ```go
 import (
+  "context"
   "flag"
   "fmt"
   "os"
   "strings"
 
   "github.com/google/subcommands"
-  "golang.org/x/net/context"
 )
 
 type printCmd struct {