diff --git a/README.md b/README.md index 7658d45..e111272 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ -## Val.js +## Sage.js -> val.js is a powerful javascript library to help you build an application based on the official Riotgames Valorant API. +> sage.js is a powerful javascript library to help you build an application based on the official Riotgames Valorant API. --- ### Installation ```plaintext -npm i val.js +npm i sage.js ``` --- @@ -19,7 +19,7 @@ _Before you start, please note that the valorant api can only be used with a pro To start, you first have to import the library and init the ValorantAPI class of the api. ```javascript -const { ValorantAPI, Regions } = require("val.js"); +const { ValorantAPI, Regions } = require("sage.js"); //init the ValorantAPI class for the region you can use all that are provided by the Regions object of the library const api = new ValorantAPI("*your api key", Regions.NorthAmerica); diff --git a/package.json b/package.json index 86476f0..bfd434a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "val.js", + "name": "sage.js", "version": "1.0.0", "description": "A package that helps you build cool things with the official Riot API", "main": "index.js", @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/SpatzlHD/val.js.git" + "url": "git+https://github.com/SpatzlHD/sage.js.git" }, "keywords": [ "valorant", @@ -21,9 +21,9 @@ "author": "Alexander Kögel (https://alexanderkoegel.com)", "license": "MIT", "bugs": { - "url": "https://github.com/SpatzlHD/val.js/issues" + "url": "https://github.com/SpatzlHD/sage.js/issues" }, - "homepage": "https://github.com/SpatzlHD/val.js#readme", + "homepage": "https://github.com/SpatzlHD/sage.js#readme", "dependencies": { "axios": "^0.27.2" }