Skip to content

Commit 4da7e76

Browse files
committed
Authenticaton example tweak
1 parent 1d54f18 commit 4da7e76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,10 +292,10 @@ $_SESSION['authenticationRequest'] = $authenticationRequest;
292292
echo View::make('template/location/u2f-authentication.html', compact("authenticationRequest"));
293293
```
294294
295-
#### Registration Step 2:
295+
#### Authentication Step 2:
296296
**Client-side, Talking To The USB**
297297
298-
Non-AJAX client-side registration of U2F key token. AJAX can of course be used in your application, but it is easier to demonstrate a linear process without AJAX and callbacks.
298+
Non-AJAX client-side authentication of U2F key token. AJAX can of course be used in your application, but it is easier to demonstrate a linear process without AJAX and callbacks.
299299
300300
301301
```html

0 commit comments

Comments
 (0)