Skip to content

Commit

Permalink
Update the example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnCZek committed Nov 17, 2022
1 parent 1079e9d commit 3771b37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ Performing a `GET` request to retrieve player's data using the [axios](https://g

```ts
import axios, { AxiosInstance } from 'axios';
import { APIPlayer, APIResponse, APIWebRoutes, APIWebRouteBases } from '@truckersmp/api-types/v2';
import { APIWebRoutes, APIWebRouteBases } from '@truckersmp_official/api-types/v2';
import type { APIPlayer, APIResponse } from '@truckersmp_official/api-types/v2';

class APIManager {
private readonly web: AxiosInstance;
Expand Down

0 comments on commit 3771b37

Please sign in to comment.