From 9a47698fcd8936d6ee8d8d4fbbc6353cf6f48e34 Mon Sep 17 00:00:00 2001 From: Isaac Lewis Date: Thu, 29 Mar 2018 11:04:42 -0700 Subject: [PATCH] typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 340d5c0..af2a398 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,10 @@ user_id = Syspro::Logon.logon(username, password, company_id, company_password) ``` `user_id` will be a `UserId` object that contains the `guid` supplied by SYSPRO. You will use this guid to make further requests to SYSPRO. -#### GetUserProfile +#### GetLogonProfile ```rb -user_profile = Syspro::GetUserProfile.get_user_profile(guid) +user_profile = Syspro::GetLogonProfile.get_logon_profile(guid) ``` `user_profile` will be a `UserProfile` object that contains the following: - `company_name` -- libgit2 0.21.4