Skip to content

Commit

Permalink
rename to sage.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SpatzlHD committed Sep 28, 2022
1 parent 6975d93 commit 2ff6637
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
```

---
Expand All @@ -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);
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand All @@ -21,9 +21,9 @@
"author": "Alexander Kögel <[email protected]> (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"
}
Expand Down

0 comments on commit 2ff6637

Please sign in to comment.