update README.md

This commit is contained in:
DrakeTDL 2023-10-11 18:09:31 -07:00
parent 493d8244f8
commit 71530dcd78
No known key found for this signature in database
1 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,8 @@ You can visit the official graphql docs for anilist
This wrapper is still in an early state. Interface may change.
## Table of Contents
- [Anilist Wrapper](#anilist-wrapper)
- [Table of Contents](#table-of-contents)
- [Installation](#installation)
@ -28,7 +30,7 @@ To see the current status of the wrapper check the [todo](TODO.md) list.
## Installation
```
import { Client } from "https://gitlab.com/AnimeWatchingClub/anilist-api-wrapper/-/raw/master/mod.ts"
import { Client } from "https://deno.land/x/anilist@v0.7.5/mod.ts"
```
## Usage