Update README.md
diff --git a/README.md b/README.md
index 4b062e8..4bd1dd7 100644
--- a/README.md
+++ b/README.md
@@ -357,7 +357,7 @@
 To facilitate this, the passthrough function `.usingAuth()` allows you to pre-define the auth context of the next API call.
 
 ```swift
-// assume Usergrid.authFallback = .None
+// assume Usergrid.authMode = .None
     
 Usergrid.usingAuth(Usergrid.appAuth!).POST("roles/guest/permissions", jsonBody: ["permission" : "get,post,put,delete:/**"] ) { response in
     // here we've temporarily used the client credentials to modify permissions