update example
diff --git a/README.md b/README.md
index 50258ea..7cf9978 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,12 @@
         panic(err)
     }
 
-    state, err := tf.Init()
+    err := tf.Init(Upgrade(true), LockTimeout("60s"))
+    if err != nil {
+        panic(err)
+    }
+    
+    state, err := tf.StateShow()
     if err != nil {
         panic(err)
     }