Skip to content

Commit 18fb25f

Browse files
committed
issue #11. Some readme.md fixes
1 parent 9feedad commit 18fb25f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The user will log out the next time the page is requested.
5757
See `REDIRECT_TO_LOGIN_IMMEDIATELY` to log out right after the idle-time has expired
5858
(and redirect to login page).
5959

60-
### 🔄 `REDIRECT_TO_LOGIN_IMMEDIATELY` right after the idle-time has expired
60+
### 🔄 `REDIRECT_TO_LOGIN_IMMEDIATELY` after the idle-time has expired
6161

6262
Use the `REDIRECT_TO_LOGIN_IMMEDIATELY` option
6363
if you want to redirect the user to the login page
@@ -95,13 +95,13 @@ TEMPLATES = [
9595
]
9696
```
9797

98-
And add it to your templates (will add a redirect script to your html):
98+
And add this to your templates (will add a redirect script to your html):
9999

100100
```
101101
{{ redirect_to_login_immediately }}
102102
```
103103

104-
If you want to use this in your JavaScript code, following template variables will be useful:
104+
If you want to use this in your JavaScript code, following template variables may be useful:
105105

106106
```
107107
var sessionEnd = {{ seconds_until_session_end }};

0 commit comments

Comments
 (0)