Skip to content

Commit 2e6c68b

Browse files
committed
Update Readme
1 parent b7f86f2 commit 2e6c68b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,5 @@ FastSave.getInstance().clearSession();
110110
```java
111111

112112
//Check Key exists or not
113-
boolean isExists = FastSave.getInstance().isKeyExists()
113+
boolean isExists = FastSave.getInstance().isKeyExists(key)
114114
```

0 commit comments

Comments
 (0)