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){