diff --git a/docs/authentication_docs.md b/docs/authentication_docs.md index 067f3b1..275606a 100644 --- a/docs/authentication_docs.md +++ b/docs/authentication_docs.md @@ -121,10 +121,10 @@ if err != nil { } if isValid { - fmt.Println("%s access token is valid!", userAccessToken) + fmt.Printf("%s access token is valid!\n", userAccessToken) } -fmt.Println("%+v", resp) +fmt.Printf("%+v\n", resp) ``` ## Get App Access Token