diff --git a/README.md b/README.md index 4ca0c9b..5f865f1 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,7 @@ Examples Assume React Syntax The 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 || - loadedSession.plexClientInformation === undefined -){ +if (loadedSession.plexClientInformation == null){ loadedSession.plexClientInformation = CreatePlexClientInformation(); }