Skip to content

Commit 5e4e74d

Browse files
minor fixes in readme text.
1 parent e6d3829 commit 5e4e74d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ $config = new HelloConfig(
5050
APP_ID, // Application ID
5151
'https://' . HOST . API_ROUTE, // Full API URL
5252
HOST, // Hostname
53-
SECRET // Secret key for encrypting cookies
53+
SECRET // Secret key for encryption and decryption of data
5454
);
5555

5656
// Step 3: Create an instance of HelloClient

0 commit comments

Comments
 (0)