Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yuko1101 committed May 7, 2023
1 parent 64fdccc commit 56d863d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</div>

<div align="center">
<a href="https://enka-network-api.vercel.app/docs/api/StarRail">
<a href="https://starrail.vercel.app/docs/api/StarRail">
<b>&lt;/&gt; Documentation</b>
</a>
<b> | </b>
Expand Down Expand Up @@ -120,7 +120,7 @@ client.cachedAssetsManager.activateAutoCacheUpdater({
# How to use

## Star Rail Character List
[StarRail#getAllCharacters](https://enka-network-api.vercel.app/docs/api/StarRail#getAllCharacters)
[StarRail#getAllCharacters](https://starrail.vercel.app/docs/api/StarRail#getAllCharacters)
```js
const { StarRail } = require("starrail.js");
const client = new StarRail();
Expand All @@ -131,7 +131,7 @@ console.log(characters.map(c => c.name.get("en")));
```

## Star Rail Light Cone List
[StarRail#getAllLightCones](https://enka-network-api.vercel.app/docs/api/StarRail#getAllLightCones)
[StarRail#getAllLightCones](https://starrail.vercel.app/docs/api/StarRail#getAllLightCones)
```js
const { StarRail } = require("starrail.js");
const client = new StarRail();
Expand All @@ -143,6 +143,6 @@ console.log(lightCones.map(w => w.name.get("jp")));

More examples are available in [example](https://github.com/yuko1101/starrail.js/tree/main/example) folder.

For more information, please check [Documentation](https://enka-network-api.vercel.app/docs/api/StarRail).
For more information, please check [Documentation](https://starrail.vercel.app/docs/api/StarRail).

You can see the changelog [here](https://github.com/yuko1101/starrail.js/blob/main/CHANGELOG.md).

1 comment on commit 56d863d

@vercel
Copy link

@vercel vercel bot commented on 56d863d May 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

starrail – ./

starrail-yuko1101.vercel.app
starrail-git-main-yuko1101.vercel.app
starrail.vercel.app

Please sign in to comment.