Skip to content

Commit

Permalink
docs: polish it
Browse files Browse the repository at this point in the history
  • Loading branch information
c4710n committed Jan 1, 2024
1 parent 89a5a3c commit 119caa3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/plug_locale/browser.ex
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ defmodule PlugLocale.Browser do
* `https://example.com/welcome?locale=en`
* `https://example.com/welcome?locale=zh`
Method 1 and method 2 are tedious for deployment.
Method 1 and method 2 work, but they are complicated to set up and tedious
to maintain.
Method 4 is ugly and unprofessional.
Method 4 isn't recommended. It is ugly and will confuse search engines.
Personally, I think method 3 strikes a good balance between professionalism
and convenience. Because of that, this plug will stick on method 3.
Expand Down

0 comments on commit 119caa3

Please sign in to comment.