Skip to content

Commit 8941000

Browse files
committed
Fix numbers in README
1 parent ba43d7a commit 8941000

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ By default, the middleware will use the following detectors to check for a suppo
8989

9090
1. The URL slug
9191
2. The authenticated user model
92-
2. The session
93-
3. A cookie
94-
4. The browser
95-
5. The app's default locale
92+
3. The session
93+
4. A cookie
94+
5. The browser
95+
6. The app's default locale
9696

9797
You can configure the session key, cookie name and the attribute on the user model that holds the locale.
9898
By default this is all set to `locale`. If the user model does not have this attribute, it will skip this check.

0 commit comments

Comments
 (0)