From 39816ed509049b5716453e124968058b6da8219c Mon Sep 17 00:00:00 2001 From: RMSD Date: Mon, 3 Apr 2017 14:27:24 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index af2fc97..aa871d6 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,8 @@ from trakerr import TrakerrClient you can then send call log simply to send a quick error to Trakerr. Note the values that the argument dictionary takes are in the log docstring. ```python +client = TrakerrClient("API Key here", "App Version number") + client.log({"user":"jill@trakerr.io", "session":"25", "errname":"user logon issue", "errmessage":"User refreshed the page."}, "info", "logon script", False) ```