Skip to content

Commit 11a8fb4

Browse files
committed
Update username everywhere
1 parent 40a58c4 commit 11a8fb4

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Learn how to add code owners here:
22
# https://help.github.com/en/articles/about-code-owners
33

4-
* @apteryxxyz
4+
* @k0d13

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github: apteryxxyz
1+
github: k0d13
22
ko_fi: apteryx

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<img alt='package version' src='https://img.shields.io/npm/v/enhanced-ms?label=version'>
99
<img alt='total downloads' src='https://img.shields.io/npm/dt/enhanced-ms'>
1010
<br>
11-
<a href='https://github.com/apteryxxyz/enhanced-ms'><img alt='enhanced-ms repo stars' src='https://img.shields.io/github/stars/apteryxxyz/enhanced-ms?style=social'></a>
12-
<a href='https://github.com/apteryxxyz'><img alt='apteryxxyz followers' src='https://img.shields.io/github/followers/apteryxxyz?style=social'></a>
11+
<a href='https://github.com/k0d13/enhanced-ms'><img alt='enhanced-ms repo stars' src='https://img.shields.io/github/stars/k0d13/enhanced-ms?style=social'></a>
12+
<a href='https://github.com/k0d13'><img alt='k0d13 followers' src='https://img.shields.io/github/followers/k0d13?style=social'></a>
1313
<a href='https://discord.gg/JKBvGndjDx'><img src='https://discordapp.com/api/guilds/829836158007115806/widget.png?style=shield' alt='discord shield'/></a>
1414
</div>
1515

@@ -50,23 +50,23 @@ As mentioned above, `enhanced-ms` is an enhanced version of the popular [`ms`](h
5050

5151
The currently supported languages include:
5252

53-
| Language | Key |
54-
| --------------------- | ----- |
55-
| English (default) | en |
56-
| German | de |
57-
| Russian | ru |
58-
| Māori | mi |
59-
| Spanish | es |
60-
| Dutch | nl |
61-
| Italian | it |
62-
| French | fr |
63-
| Czech | cs |
64-
| Polish | pl |
65-
| Chinese (Simplified) | zh-CN |
53+
| Language | Key |
54+
| -------------------- | ----- |
55+
| English (default) | en |
56+
| German | de |
57+
| Russian | ru |
58+
| Māori | mi |
59+
| Spanish | es |
60+
| Dutch | nl |
61+
| Italian | it |
62+
| French | fr |
63+
| Czech | cs |
64+
| Polish | pl |
65+
| Chinese (Simplified) | zh-CN |
6666

6767
You can help by adding support for more languages.
6868

69-
Make a pull request [here](https://github.com/apteryxxyz/enhanced-ms/tree/main/src/languages).
69+
Make a pull request [here](https://github.com/k0d13/enhanced-ms/tree/main/src/languages).
7070

7171
## 🚀 Usage
7272

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"pretty",
1717
"print"
1818
],
19-
"homepage": "https://github.com/apteryxxyz/enhanced-ms#readme",
19+
"homepage": "https://github.com/k0d13/enhanced-ms#readme",
2020
"repository": {
2121
"type": "git",
22-
"url": "git+https://github.com/apteryxxyz/enhanced-ms.git"
22+
"url": "git+https://github.com/k0d13/enhanced-ms.git"
2323
},
2424
"bugs": {
25-
"url": "https://github.com/apteryxxyz/enhanced-ms/issues"
25+
"url": "https://github.com/k0d13/enhanced-ms/issues"
2626
},
2727
"files": ["dist"],
2828
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)