Skip to content

Commit 5746fb8

Browse files
committed
Add missing numbers to README headings
1 parent 0be2e23 commit 5746fb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ storeCredential( // Some database access method of your own design
283283
----------
284284

285285

286-
=== Authentication
286+
=== 4. Authentication
287287

288288
Like registration ceremonies, an authentication ceremony consists of 5 main steps:
289289

@@ -399,7 +399,7 @@ updateCredential( // Some database access method of your own design
399399
Then do whatever else you need - for example, initiate a user session.
400400

401401

402-
=== Passwordless, username-less authentication
402+
=== 5. Passwordless, username-less authentication
403403

404404
WebAuthn supports passwordless multi-factor authentication via on-authenticator
405405
https://www.w3.org/TR/webauthn-2/#user-verification[user verification],

0 commit comments

Comments
 (0)