diff --git a/README.md b/README.md index 329fbe1..a448490 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ client = Sift::Client.new() ##### OR -client = Sift::Cient.new(api_key: '', account_id: '' +client = Sift::Client.new(api_key: '', account_id: '' ```