From 038a712b8831aba962496eda81d8e6f34ab92aa1 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Tue, 10 Apr 2018 01:29:53 -0600 Subject: [PATCH 1/2] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a84681c..56e4694 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ Business App Template ===================== This is an empty (but fully functional) PHP application. It is designed to -integrate with Portal, an account management web interface. Portal manages -user credentials and account data, and is accessed by this app via [a simple API](http://docs.netsyms.com/docs/Portal/API%20Documentation/). +integrate with AccountHub, an account management web interface. AccountHub manages +user credentials and account data, and is accessed by this app via [a simple API](http://docs.netsyms.com/docs/AccountHub/API%20Documentation/). [![Codacy Badge](https://api.codacy.com/project/badge/Grade/2aeadc6b65d545c4a4c2e77d286373fd)](https://www.codacy.com/app/Netsyms/BusinessAppTemplate?utm_source=github.com&utm_medium=referral&utm_content=Netsyms/BusinessAppTemplate&utm_campaign=Badge_Grade) From ca6e1f2c5aa52e02cc73c45fea67c4ca6f2afbaf Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Tue, 10 Apr 2018 01:30:32 -0600 Subject: [PATCH 2/2] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56e4694..0c4ab46 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Program Structure *lang/en_us.php Language data for US English. *lib/login.php - Functions for logging in users and stuff like that. Most functions transparently makes requests to the Portal API and return the results. + Functions for logging in users and stuff like that. Most functions transparently makes requests to the AccountHub API and return the results. *lib/userinfo.php Functions for getting user data, like real names and managed employees. *static/css/app.css