diff --git a/docs/DEVELOPERS.md b/docs/DEVELOPERS.md
index 8428e261a69d47187c1ca95300a6873b05251e41..221d870b935c86fd27194ef0958cbf2659d4b620 100644
--- a/docs/DEVELOPERS.md
+++ b/docs/DEVELOPERS.md
@@ -98,7 +98,7 @@ You can make API calls from the REPL using `metabase.http-client`:
 ```clojure
 (use 'metabase.http-client)
 (defn cl [& args]
-  (-> (apply client {:email "crowberto@metabase.com", :password "blackjet"} args)
+  (-> (apply client {:email "crowberto@metabase.com", :password "squawk"} args)
       clojure.pprint/pprint))
 (cl :get "user/current")
 ;; -> {:email "crowbetro@metabase.com",