summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index a3b00c5..64cd385 100644
--- a/README.md
+++ b/README.md
@@ -164,8 +164,8 @@ RFC-2289 consists of interactions between them.
164 # otp2289.server.OTPInvalidResponse exception is raised. 164 # otp2289.server.OTPInvalidResponse exception is raised.
165 165
166 # once the state has successfully validated the corresponding response, 166 # once the state has successfully validated the corresponding response,
167 the state **must never be used again** and a state corresponding to the 167 # the state **must never be used again** and a state corresponding to the
168 "next" (498) step created. 168 # "next" (498) step created.
169 state = state.get_next_state() 169 state = state.get_next_state()
170 170
171 # the next authentication attempt... 171 # the next authentication attempt...
@@ -209,7 +209,7 @@ Simeon Simeonov - sgs @ LiberaChat
209 209
210## [License](https://github.com/blackm0re/pyotp2289/blob/master/LICENSE) 210## [License](https://github.com/blackm0re/pyotp2289/blob/master/LICENSE)
211 211
212Copyright (c) 2020-2022 Simeon Simeonov 212Copyright (c) 2020-2023 Simeon Simeonov
213All rights reserved. 213All rights reserved.
214 214
215[Licensed](https://github.com/blackm0re/pyotp2289/blob/master/LICENSE) under the BSD 2-clause. 215[Licensed](https://github.com/blackm0re/pyotp2289/blob/master/LICENSE) under the BSD 2-clause.