Skip to content

Commit

Permalink
fix: correct get-port usage in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Dec 9, 2024
1 parent b672cab commit 35dc330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ npm install @epic-web/app-launcher
```ts
// remix.launcher.ts
import { defineLauncher } from '@epic-web/app-launcher'
import { getPort } from 'get-port'
import getPort from 'get-port'

export const launcher = defineLauncher({
async context() {
Expand Down

0 comments on commit 35dc330

Please sign in to comment.