More readme and link updates

This commit is contained in:
2020-12-22 15:23:35 +01:00
parent 94d26fcafc
commit 464337bea8
3 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ Get's automagicly™ build by drone for every new backend release.
Basic example: Get all tracks
```typescript
import {OpenAPI, TrackService} from "@odit/lfk-client";
import {OpenAPI, TrackService} from "@odit/lfk-client-js";
OpenAPI.BASE = "https://localhost:4010";
console.log(await TrackService.trackControllerGetAll());
```