Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna-devv committed Sep 7, 2023
1 parent 6dc81dc commit c94b30d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ yarn add lunify.js
```ts
import fastify from 'fastify';

import Lunify from '../src/lib'; // fix path
import { Scopes } from '../src/interfaces/oauth'; // fix path
import { OauthTokenManager } from '../src/lib/oauth/TokenManager'; // fix path
import { UserManager } from '../src/lib/user'; // fix path
import { Lunify, OauthTokenManager, UserManager, Scopes } from 'lunify.js';

const app = fastify();
const api = new Lunify({
Expand Down

0 comments on commit c94b30d

Please sign in to comment.