From 9e4924e9ef233efffdcb0a6d62c0fa054957e0cd Mon Sep 17 00:00:00 2001
From: KT_NG3 <84909754+KTNG-3@users.noreply.github.com>
Date: Sun, 5 Jun 2022 17:50:12 +0700
Subject: [PATCH] fixed readme
---
README.md | 16 ++++++++--------
package-lock.json | 4 ++--
package.json | 2 +-
3 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/README.md b/README.md
index f4f21ae..fd0fcbb 100644
--- a/README.md
+++ b/README.md
@@ -3,12 +3,12 @@
- [![NPM](https://nodei.co/npm/@ing3kth/val-api.png)](https://nodei.co/npm/valorant.js)
+ [![NPM](https://nodei.co/npm/valorant.ts.png)](https://nodei.co/npm/valorant.ts)
- [![Downloads](https://badgen.net/npm/dt/@ing3kth/val-api?icon=npm)](https://www.npmjs.com/package/valorant.js)
- [![install size](https://packagephobia.com/badge?p=@ing3kth/val-api)](https://packagephobia.com/result?p=valorant.js)
+ [![Downloads](https://badgen.net/npm/dt/valorant.ts?icon=npm)](https://www.npmjs.com/package/valorant.ts)
+ [![install size](https://packagephobia.com/badge?p=valorant.ts)](https://packagephobia.com/result?p=valorant.ts)
[![LICENSE](https://badgen.net/badge/license/MIT/blue)](https://github.com/KTNG-3/valorant-api/blob/main/LICENSE)
- [![Known Vulnerabilities](https://snyk.io/test/npm/@ing3kth/val-api/badge.svg)](https://snyk.io/test/npm/valorant.js)
+ [![Known Vulnerabilities](https://snyk.io/test/npm/valorant.ts/badge.svg)](https://snyk.io/test/npm/valorant.ts)
[![Github](https://badgen.net/badge/icon/github?icon=github&label)](https://github.com/valapi)
[![Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.gg/pbyWbUYjyt)
@@ -20,13 +20,13 @@
**NPM:**
```bash
- npm install valorant.js
+ npm install valorant.ts
```
**Yarn:**
```bash
- yarn add valorant.js
+ yarn add valorant.ts
```
# Documentation
@@ -52,6 +52,6 @@ On [GitHub](https://github.com/valapi) Will Update Before This Package Update.
- [Play Valorant](https://playvalorant.com/) (VALORANT)
- [developer.riotgames.com](https://developer.riotgames.com/) (Official Api From Riot Games)
- *Legal*
- - >**@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.
- - **@ing3kth/val-api** was created under [Riot Games' "Legal Jibber Jabber"](https://www.riotgames.com/en/legal)
+ - >**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.
+ - **valorant.ts** was created under [Riot Games' "Legal Jibber Jabber"](https://www.riotgames.com/en/legal)
- [MIT License](https://github.com/KTNG-3/valorant-api/blob/main/LICENSE)
\ No newline at end of file
diff --git a/package-lock.json b/package-lock.json
index f9ad3bc..a14a6d2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,11 +1,11 @@
{
- "name": "valorant.js",
+ "name": "valorant.ts",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
- "name": "valorant.js",
+ "name": "valorant.ts",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
diff --git a/package.json b/package.json
index 901b2fd..2e3dd5e 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "name": "valorant.js",
+ "name": "valorant.ts",
"version": "1.0.0",
"description": "Valorant Api - Support MFA",
"main": "dist/index.js",