Skip to content

Commit 1b764f5

Browse files
authored
Merge pull request #14 from tattali/tattali-patch-1
Fix documentation
2 parents 21d7f8b + 414f7c3 commit 1b764f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tattali/mobile-detect-bundle",
3-
"description": "Symfony5/6 bundle for detect mobile devices, managing mobile view types, redirect to mobile version.",
3+
"description": "Symfony 3.4-6.x bundle to detect mobile devices, manage mobile view and redirect to the mobile and tablet version.",
44
"keywords": [
55
"mobile detect",
66
"device detect",

src/Resources/doc/redirection.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ In this example, we will make sure to activate the automatic redirection to a mo
77

88
If the user reaches the mobile site http://m.example.com, on his desktop browser he should be redirected to the full version at http://example.com.
99

10-
If the user reaches the desktop site http://example.com, with his mobile he should be redirected to the full version at http://m.example.com.
10+
If the user reaches the desktop site http://example.com, with his mobile he should be redirected to the mobile version at http://m.example.com.
1111

1212
```env
1313
# .env

0 commit comments

Comments
 (0)