From 26d59e7dffe560752f9d8ebf955b7cf21e4d01ba Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Thu, 4 Aug 2022 15:05:53 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3096aff..08dd754 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ Examples Assume React Syntax ### Loading a Saved Session -The LoadPlexSession Function returns an object that contains the plexClientInformation and plexTVAuthToken keys/values according to how they were created +LoadPlexSession: +Function returns an object that contains the plexClientInformation and plexTVAuthToken keys/values according to how they were created ``` JavaScript const loadedSession = LoadPlexSession(); if (loadedSession.plexClientInformation == null){