Skip to content

Commit 9e4924e

Browse files
committed
fixed readme
1 parent ec461f3 commit 9e4924e

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<!-- Main -->
44
<div align="center">
55

6-
[![NPM](https://nodei.co/npm/@ing3kth/val-api.png)](https://nodei.co/npm/valorant.js)
6+
[![NPM](https://nodei.co/npm/valorant.ts.png)](https://nodei.co/npm/valorant.ts)
77

8-
[![Downloads](https://badgen.net/npm/dt/@ing3kth/val-api?icon=npm)](https://www.npmjs.com/package/valorant.js)
9-
[![install size](https://packagephobia.com/badge?p=@ing3kth/val-api)](https://packagephobia.com/result?p=valorant.js)
8+
[![Downloads](https://badgen.net/npm/dt/valorant.ts?icon=npm)](https://www.npmjs.com/package/valorant.ts)
9+
[![install size](https://packagephobia.com/badge?p=valorant.ts)](https://packagephobia.com/result?p=valorant.ts)
1010
[![LICENSE](https://badgen.net/badge/license/MIT/blue)](https://github.com/KTNG-3/valorant-api/blob/main/LICENSE)
11-
[![Known Vulnerabilities](https://snyk.io/test/npm/@ing3kth/val-api/badge.svg)](https://snyk.io/test/npm/valorant.js)
11+
[![Known Vulnerabilities](https://snyk.io/test/npm/valorant.ts/badge.svg)](https://snyk.io/test/npm/valorant.ts)
1212

1313
[![Github](https://badgen.net/badge/icon/github?icon=github&label)](https://github.com/valapi)
1414
[![Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.gg/pbyWbUYjyt)
@@ -20,13 +20,13 @@
2020
**NPM:**
2121

2222
```bash
23-
npm install valorant.js
23+
npm install valorant.ts
2424
```
2525

2626
**Yarn:**
2727

2828
```bash
29-
yarn add valorant.js
29+
yarn add valorant.ts
3030
```
3131

3232
# Documentation
@@ -52,6 +52,6 @@ On [GitHub](https://github.com/valapi) Will Update Before This Package Update.
5252
- [Play Valorant](https://playvalorant.com/) (VALORANT)
5353
- [developer.riotgames.com](https://developer.riotgames.com/) (Official Api From Riot Games)
5454
- *Legal*
55-
- >**@ing3kth/val-api** isn't endorsed by Riot Games and doesn't reflect the views or opinions of Riot Games or anyone officially involved in producing or managing Riot Games properties. Riot Games, and all associated properties are trademarks or registered trademarks of Riot Games, Inc.
56-
- **@ing3kth/val-api** was created under [Riot Games' "Legal Jibber Jabber"](https://www.riotgames.com/en/legal)
55+
- >**valorant.ts** isn't endorsed by Riot Games and doesn't reflect the views or opinions of Riot Games or anyone officially involved in producing or managing Riot Games properties. Riot Games, and all associated properties are trademarks or registered trademarks of Riot Games, Inc.
56+
- **valorant.ts** was created under [Riot Games' "Legal Jibber Jabber"](https://www.riotgames.com/en/legal)
5757
- [MIT License](https://github.com/KTNG-3/valorant-api/blob/main/LICENSE)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "valorant.js",
2+
"name": "valorant.ts",
33
"version": "1.0.0",
44
"description": "Valorant Api - Support MFA",
55
"main": "dist/index.js",

0 commit comments

Comments
 (0)