Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 78b4a33

Browse files
committed
docs: update package description
1 parent 847858a commit 78b4a33

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<a href=https://github.com/wopian/preferred-locale/graphs/contributors><img alt=contributors src=https://flat.badgen.net/github/contributors/wopian/preferred-locale></a>
77
</p>
88

9-
<p align=center>🎌 Get a users' preferred locale/language from your app's available translations with zero dependencies</p>
9+
<p align=center>🎌 Get the users' most preferred locale/language from your app's available translations with zero dependencies</p>
1010

1111
#
1212

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"description": "Get the users' most preferred locale/language from your app's available translations",
3+
"description": "Get the users' most preferred locale/language from your app's available translations with zero dependencies",
44
"repository": "https://github.com/wopian/preferred-locale",
55
"homepage": "https://github.com/wopian/preferred-locale#readme",
66
"bugs": {

packages/preferred-locale/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<a href=https://github.com/wopian/preferred-locale/graphs/contributors><img alt=contributors src=https://flat.badgen.net/github/contributors/wopian/preferred-locale></a>
1313
</p>
1414

15-
<p align=center>🎌 Get a users' preferred locale/language from your app's available translations with zero dependencies</p>
15+
<p align=center>🎌 Get the users' most preferred locale/language from your app's available translations with zero dependencies</p>
1616

1717
## Features
1818

packages/preferred-locale/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "preferred-locale",
33
"version": "1.0.1",
4-
"description": "Get a users' preferred locale/language from your app's available translations",
4+
"description": "Get the users' most preferred locale/language from your app's available translations with zero dependencies",
55
"main": "lib/index",
66
"module": "lib/index",
77
"unpkg": "lib/index.browser.js",

0 commit comments

Comments
 (0)